Hide reading disambiguation if the downstep notation is visible
This commit is contained in:
parent
1f84280ea0
commit
938b696468
@ -493,10 +493,6 @@ button.action-button {
|
|||||||
padding-right: 0.25em;
|
padding-right: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.term-pitch-accent-disambiguation-list[data-count="0"] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.term-pitch-accent-disambiguation-list:before {
|
.term-pitch-accent-disambiguation-list:before {
|
||||||
content: "(";
|
content: "(";
|
||||||
}
|
}
|
||||||
@ -509,6 +505,12 @@ button.action-button {
|
|||||||
content: ", ";
|
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"]) {
|
.term-pitch-accent-tag-list:not([data-count="0"]) {
|
||||||
margin-right: 0.375em;
|
margin-right: 0.375em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user