Twenty Nineteen: Remove underline from "Continue Reading" arrow.
The "Continue Reading" link that's generated by the More block is styled to include an arrow next to the text; that arrow shouldn't inherit the text underline style. This update removes it. Props littlebigthing, kjellr. Fixes #45715. git-svn-id: https://develop.svn.wordpress.org/trunk@44369 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
42656f3e7a
commit
2fa1a2f29f
@ -200,6 +200,7 @@
|
|||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
content: "\02192";
|
content: "\02192";
|
||||||
|
display: inline-block;
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2619,6 +2619,7 @@ body.page .main-navigation {
|
|||||||
|
|
||||||
.entry .entry-content .more-link:after {
|
.entry .entry-content .more-link:after {
|
||||||
content: "\02192";
|
content: "\02192";
|
||||||
|
display: inline-block;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2625,6 +2625,7 @@ body.page .main-navigation {
|
|||||||
|
|
||||||
.entry .entry-content .more-link:after {
|
.entry .entry-content .more-link:after {
|
||||||
content: "\02192";
|
content: "\02192";
|
||||||
|
display: inline-block;
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user