Fix triangle current selection indicator using incorrect rule (#1637)
This commit is contained in:
parent
40b29cb0d3
commit
0a7def1c01
@ -1042,7 +1042,7 @@ button.action-button[data-icon=source-term]::before {
|
|||||||
-webkit-mask-size: contain;
|
-webkit-mask-size: contain;
|
||||||
-webkit-mask-image: url(/images/material-right-arrow.svg);
|
-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 {
|
:root:not([data-popup-current-indicator-mode=triangle]) .headword-current-indicator {
|
||||||
display: none;
|
display: none;
|
||||||
transition: none;
|
transition: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user