diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-04-28 21:57:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 21:57:56 -0400 |
commit | 0a7def1c014cbab895dc61da7cf7be477676e8cf (patch) | |
tree | 9f7f912080aee8db596f6724388518dd26fe5cd9 | |
parent | 40b29cb0d3ff90094c44dd4cb7abd087a0fd9598 (diff) |
Fix triangle current selection indicator using incorrect rule (#1637)
-rw-r--r-- | ext/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/css/display.css b/ext/css/display.css index 077b7d2d..c7827710 100644 --- a/ext/css/display.css +++ b/ext/css/display.css @@ -1042,7 +1042,7 @@ button.action-button[data-icon=source-term]::before { -webkit-mask-size: contain; -webkit-mask-image: url(/images/material-right-arrow.svg); } -headword-list:not(:first-of-type) .headword-current-indicator, +.headword-list>.headword:not(:first-of-type) .headword-current-indicator, :root:not([data-popup-current-indicator-mode=triangle]) .headword-current-indicator { display: none; transition: none; |