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.


Built from https://develop.svn.wordpress.org/trunk@44369


git-svn-id: http://core.svn.wordpress.org/trunk@44199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
laurelfulford 2018-12-28 19:20:51 +00:00
parent bf308f6e92
commit 3a155f3683
4 changed files with 4 additions and 1 deletions

View File

@ -200,6 +200,7 @@
&:after {
content: "\02192";
display: inline-block;
margin-left: 0.5em;
}

View File

@ -2619,6 +2619,7 @@ body.page .main-navigation {
.entry .entry-content .more-link:after {
content: "\02192";
display: inline-block;
margin-right: 0.5em;
}

View File

@ -2625,6 +2625,7 @@ body.page .main-navigation {
.entry .entry-content .more-link:after {
content: "\02192";
display: inline-block;
margin-left: 0.5em;
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44368';
$wp_version = '5.1-alpha-44369';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.