File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 653
653
}
654
654
655
655
/* Placeholder */
656
+ .ui.form .@{state} .ui.dropdown > .default.text ,
656
657
.ui.form .@{state} ::placeholder {
657
658
color : @formStates [@@state ][inputPlaceholderColor];
658
659
}
659
660
.ui.form .@{state} :-ms-input-placeholder when (@supportIE ) {
660
661
color : @formStates [@@state ][inputPlaceholderColor] !important ;
661
662
}
662
663
664
+ .ui.form .@{state} .ui.dropdown > input :focus ~ .default.text ,
663
665
.ui.form .@{state} :focus ::placeholder {
664
666
color : @formStates [@@state ][inputPlaceholderFocusColor];
665
667
}
Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ select.ui.dropdown {
751
751
opacity : @selectionTextUnderlayIconOpacity ;
752
752
}
753
753
.ui.active.search.dropdown input .search :focus + .text {
754
- color : @selectionTextUnderlayColor !important ;
754
+ color : @selectionTextUnderlayColor ;
755
755
}
756
756
757
757
.ui.search.dropdown.button > span .sizer {
@@ -922,6 +922,9 @@ select.ui.dropdown {
922
922
padding : inherit ;
923
923
margin : @multipleSelectionChildMargin ;
924
924
line-height : @multipleSelectionChildLineHeight ;
925
+ & .default {
926
+ z-index : -1 ;
927
+ }
925
928
}
926
929
927
930
.ui.multiple.search.dropdown > .label ~ .text {
@@ -1976,7 +1979,7 @@ select.ui.dropdown {
1976
1979
opacity : @invertedSelectionTextUnderlayIconOpacity ;
1977
1980
}
1978
1981
.ui.inverted.active.search.dropdown input .search :focus + .text {
1979
- color : @invertedSelectionTextUnderlayColor !important ;
1982
+ color : @invertedSelectionTextUnderlayColor ;
1980
1983
}
1981
1984
1982
1985
.ui.dropdown .inverted.menu > .message :not (.ui ),
You can’t perform that action at this time.
0 commit comments