commit
534e6a8560
3 changed files with 12 additions and 0 deletions
|
@ -769,11 +769,14 @@
|
||||||
.heti--annotation em {
|
.heti--annotation em {
|
||||||
-webkit-text-emphasis: filled circle;
|
-webkit-text-emphasis: filled circle;
|
||||||
-webkit-text-emphasis-position: under;
|
-webkit-text-emphasis-position: under;
|
||||||
|
text-emphasis: filled circle;
|
||||||
|
text-emphasis-position: under right;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heti--annotation em:not(:lang(zh)):not(:lang(ja)):not(:lang(kr)), .heti--annotation em:not(:lang(zh)) {
|
.heti--annotation em:not(:lang(zh)):not(:lang(ja)):not(:lang(kr)), .heti--annotation em:not(:lang(zh)) {
|
||||||
-webkit-text-emphasis: none;
|
-webkit-text-emphasis: none;
|
||||||
|
text-emphasis: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heti--annotation .heti-meta {
|
.heti--annotation .heti-meta {
|
||||||
|
@ -883,10 +886,13 @@
|
||||||
.heti .heti-em {
|
.heti .heti-em {
|
||||||
-webkit-text-emphasis: filled circle;
|
-webkit-text-emphasis: filled circle;
|
||||||
-webkit-text-emphasis-position: under;
|
-webkit-text-emphasis-position: under;
|
||||||
|
text-emphasis: filled circle;
|
||||||
|
text-emphasis-position: under right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heti .heti-em:not(:lang(zh)):not(:lang(ja)):not(:lang(kr)), .heti .heti-em:not(:lang(zh)) {
|
.heti .heti-em:not(:lang(zh)):not(:lang(ja)):not(:lang(kr)), .heti .heti-em:not(:lang(zh)) {
|
||||||
-webkit-text-emphasis: none;
|
-webkit-text-emphasis: none;
|
||||||
|
text-emphasis: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heti .heti-ruby--inline {
|
.heti .heti-ruby--inline {
|
||||||
|
|
|
@ -13,9 +13,12 @@
|
||||||
#{$root-selector}-em {
|
#{$root-selector}-em {
|
||||||
-webkit-text-emphasis: filled circle;
|
-webkit-text-emphasis: filled circle;
|
||||||
-webkit-text-emphasis-position: under;
|
-webkit-text-emphasis-position: under;
|
||||||
|
text-emphasis: filled circle;
|
||||||
|
text-emphasis-position: under right;
|
||||||
|
|
||||||
@include non-cjk-block {
|
@include non-cjk-block {
|
||||||
-webkit-text-emphasis: none;
|
-webkit-text-emphasis: none;
|
||||||
|
text-emphasis: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,10 +16,13 @@
|
||||||
em {
|
em {
|
||||||
-webkit-text-emphasis: filled circle;
|
-webkit-text-emphasis: filled circle;
|
||||||
-webkit-text-emphasis-position: under;
|
-webkit-text-emphasis-position: under;
|
||||||
|
text-emphasis: filled circle;
|
||||||
|
text-emphasis-position: under right;
|
||||||
font-weight: $font-weight-normal;
|
font-weight: $font-weight-normal;
|
||||||
|
|
||||||
@include non-cjk-block {
|
@include non-cjk-block {
|
||||||
-webkit-text-emphasis: none;
|
-webkit-text-emphasis: none;
|
||||||
|
text-emphasis: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue