Fix invalid CSS :not selector causing frequency tags to display twice (#1135)

This commit is contained in:
toasted-nutbread 2020-12-19 14:52:41 -05:00 committed by GitHub
parent 5021ed9f83
commit dcb75cce1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1291,7 +1291,7 @@ button.action-button {
display: inline;
color: var(--light-text-color);
}
:root[data-glossary-layout-mode=compact] .entry:not([data-type=term][data-expression-multi=true]) .term-special-tags {
:root[data-glossary-layout-mode=compact] .entry:not([data-expression-multi=true]) .term-special-tags {
display: none;
}
:root[data-glossary-layout-mode=compact] .term-expression-details>.frequencies {