Skip to content

Commit

Permalink
fix(textarea): lint style
Browse files Browse the repository at this point in the history
  • Loading branch information
skhamvon authored and dpellier committed Feb 15, 2024
1 parent b187eb6 commit 9de6610
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
color: ods-get-color-variable($intent-name: text, $hue: '500');
}

&:active:not([disabled]),
&:focus {
&:focus,
&:active:not([disabled]) {
background-color: var(--ods-color-primary-100);
}
}
Expand Down

0 comments on commit 9de6610

Please sign in to comment.