Skip to content

Commit

Permalink
fix(select): apply text color to focussed select for firefox (#4343)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and asudoh committed Oct 15, 2019
1 parent 27fa8ec commit 838ce90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@

&:focus {
@include focus-outline('outline');
color: $text-01;
}

&:disabled,
Expand Down

0 comments on commit 838ce90

Please sign in to comment.