Fix triangle current selection indicator using incorrect rule (#1637)

This commit is contained in:
toasted-nutbread 2021-04-28 21:57:56 -04:00 committed by GitHub
parent 40b29cb0d3
commit 0a7def1c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;