mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
eeb7a858e2
* 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
5 lines
78 B
SCSS
5 lines
78 B
SCSS
@import './phrase-editor/index';
|
|
.phrase-editor {
|
|
@extend %phrase-editor;
|
|
}
|