Skip to content

Commit

Permalink
fix(components): fixed colors for selected options
Browse files Browse the repository at this point in the history
feature/select-with-image
  • Loading branch information
samwx committed Nov 20, 2019
1 parent 37c97e2 commit 53aca1d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/scss/components/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

&:hover,
&:focus {
background: $bp-color-offwhite;
background: $bp-color-whisper;
outline: 0;

.blip-select__option__label:not(:only-child) {
Expand Down Expand Up @@ -199,7 +199,11 @@
}

.blip-select__option--selected {
background: $bp-color-offwhite;
background: $bp-color-whisper;

.blip-select__option__label:not(:only-child) {
color: $bp-color-bot;
}
}

.blip-select__option--description-bottom {
Expand Down

0 comments on commit 53aca1d

Please sign in to comment.