|
|
@ -522,12 +522,10 @@ select.ui.dropdown { |
|
|
|
} |
|
|
|
|
|
|
|
/* Text Layering */ |
|
|
|
.ui.search.dropdown > .pointer > input.search, |
|
|
|
.ui.search.dropdown > input.search { |
|
|
|
position: absolute; |
|
|
|
z-index: 2; |
|
|
|
} |
|
|
|
.ui.search.dropdown > .pointer > .text, |
|
|
|
.ui.search.dropdown > .text { |
|
|
|
cursor: text; |
|
|
|
position: relative; |
|
|
@ -535,21 +533,16 @@ select.ui.dropdown { |
|
|
|
} |
|
|
|
|
|
|
|
/* Search Selection */ |
|
|
|
.ui.search.selection.dropdown > .pointer > input.search, |
|
|
|
.ui.search.selection.dropdown > input.search { |
|
|
|
line-height: @searchSelectionLineHeight; |
|
|
|
padding: @searchSelectionInputPadding; |
|
|
|
} |
|
|
|
|
|
|
|
/* Active/Visible Search */ |
|
|
|
.ui.search.dropdown.active > .pointer > input.search, |
|
|
|
.ui.search.dropdown.visible > .pointer > input.search, |
|
|
|
.ui.search.dropdown.active > input.search, |
|
|
|
.ui.search.dropdown.visible > input.search { |
|
|
|
cursor: auto; |
|
|
|
} |
|
|
|
.ui.search.dropdown.active > .pointer > .text, |
|
|
|
.ui.search.dropdown.visible > .pointer > .text, |
|
|
|
.ui.search.dropdown.active > .text, |
|
|
|
.ui.search.dropdown.visible > .text { |
|
|
|
pointer-events: none; |
|
|
@ -630,6 +623,7 @@ select.ui.dropdown { |
|
|
|
position: static; |
|
|
|
padding: 0; |
|
|
|
max-width: 100%; |
|
|
|
min-height: @searchSelectionLineHeight; |
|
|
|
line-height: @searchSelectionLineHeight; |
|
|
|
margin: @multipleSelectionInlineMargin; |
|
|
|
} |
|
|
|