From dcb75cce1e3590b4f1469c01a721e3ef3b319888 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 19 Dec 2020 14:52:41 -0500 Subject: [PATCH] Fix invalid CSS :not selector causing frequency tags to display twice (#1135) --- ext/mixed/css/display.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 5344e178..ac6e50ae 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -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 {