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. Fixes #45732. Built from https://develop.svn.wordpress.org/trunk@44378 git-svn-id: http://core.svn.wordpress.org/trunk@44208 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b7d28b5406
commit
7b44d484ea
|
@ -227,6 +227,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
padding: 10px 30px 11px;
|
padding: 10px 30px 11px;
|
||||||
|
text-decoration: none;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.1-alpha-44377';
|
$wp_version = '5.1-alpha-44378';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue