diff options
author | Alex Yatskov <FooSoft@users.noreply.github.com> | 2019-09-28 09:12:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-28 09:12:23 -0700 |
commit | 64eed33e8890df33e3c4acb47c96f0e3c674bd3b (patch) | |
tree | 04b346150f8e4973a06bf7e0c8f3ec42f69502a8 /ext/mixed/css | |
parent | 8195e5109b97c284fc1d6c8559de6e5f5941c911 (diff) | |
parent | e358c94882ba4fea134ca0a21824055d09719143 (diff) |
Merge pull request #224 from toasted-nutbread/display-jquery-optimizations
Remove jQuery usage from Display.js
Diffstat (limited to 'ext/mixed/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; +} |