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
9 lines
107 B
SCSS
9 lines
107 B
SCSS
%pill {
|
|
display: inline-block;
|
|
padding: 1px 5px;
|
|
}
|
|
%pill button {
|
|
padding: 0;
|
|
margin-right: 3px;
|
|
}
|