mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Seems to fix search count not showing
This commit is contained in:
parent
0575567d2a
commit
b6a5424c8d
1 changed files with 4 additions and 1 deletions
|
|
@ -199,9 +199,12 @@
|
|||
min-width: 6em;
|
||||
visibility: hidden;
|
||||
}
|
||||
.cm-search-widget[data-query] .cm-search-widget-count:not(:empty) {
|
||||
.cm-search-widget[data-query] .cm-search-widget-count {
|
||||
visibility: visible;
|
||||
}
|
||||
.cm-search-widget[data-query] .cm-search-widget-count:empty {
|
||||
visibility: hidden;
|
||||
}
|
||||
.cm-search-widget .cm-search-widget-button:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue