Fix selectability of kanji text (#1586)
This commit is contained in:
parent
dabda86259
commit
0d2d342cd3
@ -1652,8 +1652,6 @@ button.definition-item-expansion-button:focus:focus-visible+.definition-item-con
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding: 0.01em;
|
padding: 0.01em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
position: relative;
|
|
||||||
z-index: -1;
|
|
||||||
}
|
}
|
||||||
.kanji-glyph-data {
|
.kanji-glyph-data {
|
||||||
margin-top: 0.75em;
|
margin-top: 0.75em;
|
||||||
@ -1703,6 +1701,12 @@ button.definition-item-expansion-button:focus:focus-visible+.definition-item-con
|
|||||||
.kanji-glossary {
|
.kanji-glossary {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
.kanji-tag-list {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.entry[data-type=kanji] .entry-body-section[data-section-type=frequencies] {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Progress bar */
|
/* Progress bar */
|
||||||
|
Loading…
Reference in New Issue
Block a user