[Search] Search icon
Search icon now is not visible when text is entered in the search bar, even when the bar is not in focus.
This commit is contained in:
@@ -63,6 +63,12 @@
|
||||
|
||||
// Text focus display transition
|
||||
transition: visibility .15s, opacity .15s;
|
||||
|
||||
&.content {
|
||||
// Make icon invisible whenever there is text input
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.search-input:focus~div.search-icon {
|
||||
|
||||
Reference in New Issue
Block a user