Twenty Fourteen: Remove text decoration from button block.

The button block in Twenty Fourteen was incorrectly inheriting a text underline from the theme's link styles.

Props bobbingwide.
Merges [44378] to the 5.0 branch.
Fixes #45732.
Built from https://develop.svn.wordpress.org/branches/5.0@44423


git-svn-id: http://core.svn.wordpress.org/branches/5.0@44253 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-01-07 15:47:50 +00:00
parent 170e75b863
commit be6225e91b
2 changed files with 2 additions and 1 deletions

View File

@ -227,6 +227,7 @@ p.has-drop-cap:not(:focus)::first-letter {
font-weight: 700;
line-height: 15px;
padding: 10px 30px 11px;
text-decoration: none;
text-transform: uppercase;
vertical-align: bottom;
}

View File

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