1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Seems to fix search count not showing

This commit is contained in:
Raymond Hill 2023-04-12 20:54:43 -04:00
parent 0575567d2a
commit b6a5424c8d
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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;
}