Skip to content

Commit

Permalink
fixes #24553: override border-color on focus of custom select with fo…
Browse files Browse the repository at this point in the history
…rm validation (#24695)
  • Loading branch information
mdo committed Nov 6, 2017
1 parent a8aaccb commit bb53b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/mixins/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
border-color: $color;

&:focus {
border-color: $color;
box-shadow: 0 0 0 $input-focus-width rgba($color, .25);
}

Expand Down

0 comments on commit bb53b32

Please sign in to comment.