diff options
author | Kuuuube <61125188+Kuuuube@users.noreply.github.com> | 2024-05-05 22:46:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 02:46:36 +0000 |
commit | e8340a8de705e816d74c0ae7f2222c986dbd4d8c (patch) | |
tree | a296067f854e898a5f95a3af932040b4d8a578d1 /ext/css/display.css | |
parent | 2d191bfdbd955a363e7afdc79c7a2b4b11a2e9b7 (diff) |
Fix Term display style and Reading mode css conflict (#885)
Diffstat (limited to 'ext/css/display.css')
-rw-r--r-- | ext/css/display.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/css/display.css b/ext/css/display.css index 90f6a1e6..198ff662 100644 --- a/ext/css/display.css +++ b/ext/css/display.css @@ -951,9 +951,6 @@ button.action-button:active { :root[data-term-display-mode=term-only] .headword-term>ruby>rt { display: none; } -:root[data-term-display-mode=term-only] .query-parser-term>ruby>rt { - display: none; -} /* Entry indicator */ |