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.
Merges [44369] to the 5.0 branch.
Fixes #45715.
Built from https://develop.svn.wordpress.org/branches/5.0@44422


git-svn-id: http://core.svn.wordpress.org/branches/5.0@44252 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-01-07 15:45:46 +00:00
parent 88b5ee5505
commit 170e75b863
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

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

View File

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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0.3-alpha-44421';
$wp_version = '5.0.3-alpha-44422';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.