diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-15 18:44:49 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-27 21:41:00 -0400 |
commit | 8db830b46887ee49f8be268d35eaaf155979fc56 (patch) | |
tree | 277765f2940187f4143c4fe46975b6bf1da1ea0f /ext/mixed/css/display.css | |
parent | 3ca84e3a85e02659ca818cc0d0506cd4f374eb8c (diff) |
Change how current entry is indicated
Diffstat (limited to 'ext/mixed/css/display.css')
-rw-r--r-- | ext/mixed/css/display.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index eadb9dae..8a4cf4a7 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -230,3 +230,7 @@ div.glossary-item.compact-glossary { .info-output td { text-align: right; } + +.entry:not(.entry-current) .current { + display: none; +} |