mirror of https://github.com/gorhill/uBlock.git
Seems to fix search count not showing
This commit is contained in:
parent
0575567d2a
commit
b6a5424c8d
|
@ -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 New Issue