Skip to content

Commit

Permalink
Merge pull request #68 from symphony-annaLlorens/APP-3785
Browse files Browse the repository at this point in the history
APP-3785 Difference option and tk-option
  • Loading branch information
anna-llorens authored Mar 8, 2021
2 parents 554063c + 3e6b304 commit de86988
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/uitoolkit-components/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
margin-top: toEm(6);
color: $--tk-select-option-color;
@include boxContainer();
.tk-option .tk-select__option--is-selected {
@extend .tk-select--custom-dropdown--selected;
}
}
&__option {
cursor: pointer;
Expand All @@ -107,8 +110,6 @@
}
&--is-selected {
background-color: transparent;
color: inherit;
@extend .tk-select--custom-dropdown--selected;
}
&--is-disabled {
cursor: not-allowed;
Expand Down

0 comments on commit de86988

Please sign in to comment.