08c5b376e7
* ui: Replaces Service listing filterbar with a phrase-editor search (#5507) 1. New phrase-editor restricting search to whole phrases (acts on enter key). Allows removal of previously entered phrases 2. Searching now allows arrays of terms, multiple terms work via AND
19 lines
345 B
SCSS
19 lines
345 B
SCSS
@media #{$--horizontal-selects} {
|
|
%phrase-editor {
|
|
border: 1px solid $gray-300;
|
|
border-radius: 2px;
|
|
}
|
|
%phrase-editor input:focus {
|
|
outline: 0;
|
|
}
|
|
}
|
|
@media #{$--lt-horizontal-selects} {
|
|
%phrase-editor label {
|
|
border: 1px solid $gray-300;
|
|
border-radius: 2px;
|
|
}
|
|
}
|
|
%phrase-editor input {
|
|
-webkit-appearance: none;
|
|
}
|