Skip to content

Commit

Permalink
fix(select): options should be visible on windows (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraider authored Mar 12, 2019
1 parent d9bcef5 commit 6efd051
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/components/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
&--active {
border-color: $ray-color-blue-50;

.#{$ray-class-prefix}select__input {
color: $ray-color-black;
}

.#{$ray-class-prefix}select__label {
@include label--active;
color: $ray-color-blue-50;
Expand Down

0 comments on commit 6efd051

Please sign in to comment.