Hide reading disambiguation if the downstep notation is visible

This commit is contained in:
toasted-nutbread 2020-03-29 11:27:35 -04:00
parent 1f84280ea0
commit 938b696468

View File

@ -493,10 +493,6 @@ button.action-button {
padding-right: 0.25em;
}
.term-pitch-accent-disambiguation-list[data-count="0"] {
display: none;
}
.term-pitch-accent-disambiguation-list:before {
content: "(";
}
@ -509,6 +505,12 @@ button.action-button {
content: ", ";
}
.term-pitch-accent-disambiguation-list[data-count="0"],
:root[data-show-pitch-accent-downstep-notation=true] .term-pitch-accent-disambiguation-list[data-expression-count="0"],
:root[data-show-pitch-accent-downstep-notation=true] .term-pitch-accent-disambiguation[data-type=reading] {
display: none;
}
.term-pitch-accent-tag-list:not([data-count="0"]) {
margin-right: 0.375em;
}