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
1 changed files with 4 additions and 1 deletions

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