From 7b44d484ea8487574ba91a345b62f57cd1c9ec63 Mon Sep 17 00:00:00 2001 From: laurelfulford Date: Tue, 1 Jan 2019 17:40:54 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyfourteen/css/blocks.css | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfourteen/css/blocks.css b/wp-content/themes/twentyfourteen/css/blocks.css index 425c8dbc21..b696ecb241 100644 --- a/wp-content/themes/twentyfourteen/css/blocks.css +++ b/wp-content/themes/twentyfourteen/css/blocks.css @@ -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; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 9f9cf2cccc..c08bfcc289 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.