Skip to content

Commit

Permalink
Update shadow for error focus states
Browse files Browse the repository at this point in the history
  • Loading branch information
papegaill committed Nov 23, 2021
1 parent d0639cc commit 7b1ad18
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/implementations/vanilla/components/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ $_multiple-checkbox-label-vertical-padding: null !default;

.ecl-select:focus {
border-color: $_border-color-focus;
box-shadow: $_shadow;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,5 @@ $_padding-horizontal: null !default;
&:active,
&:focus {
border-color: $_border-color-focus;
box-shadow: $_shadow;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,5 @@ $_padding-horizontal: null !default;
&:active,
&:focus {
border-color: $_border-color-focus;
box-shadow: $_shadow;
}
}

0 comments on commit 7b1ad18

Please sign in to comment.