[mod] clear_search display change
Instead of using display:none on all its child elements, the element itself is now display: none'd This removes it from the keyboard navigation when it is hidden/search is empty
This commit is contained in:
parent
6a609b632a
commit
86ae232ab4
@ -166,7 +166,7 @@ button.category_button {
|
|||||||
color: var(--color-search-background-hover);
|
color: var(--color-search-background-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.empty * {
|
&.empty {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user