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:
parent
170e75b863
commit
be6225e91b
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue