Skip to content

Commit

Permalink
make TextInputContainer styles match other input styles (#20397)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman committed Dec 15, 2022
1 parent 9a62139 commit 0da45bc
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
}

&.error {
background-color: colors.$grey-100;
border-color: colors.$red;
border-color: colors.$red-100;
}

&:not(.disabled, .focused):hover {
background-color: colors.$grey-100;
border-color: colors.$grey-100;

&.light {
Expand All @@ -31,7 +29,6 @@
}

&.focused {
background-color: colors.$primaryColor12;
border-color: colors.$blue;

&.light {
Expand Down

0 comments on commit 0da45bc

Please sign in to comment.