Fix invalid CSS :not selector causing frequency tags to display twice (#1135)
This commit is contained in:
parent
5021ed9f83
commit
dcb75cce1e
@ -1291,7 +1291,7 @@ button.action-button {
|
|||||||
display: inline;
|
display: inline;
|
||||||
color: var(--light-text-color);
|
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;
|
display: none;
|
||||||
}
|
}
|
||||||
:root[data-glossary-layout-mode=compact] .term-expression-details>.frequencies {
|
:root[data-glossary-layout-mode=compact] .term-expression-details>.frequencies {
|
||||||
|
Loading…
Reference in New Issue
Block a user