From ddc700aa547919ca4a78bf3e584fa4beb3667ecb Mon Sep 17 00:00:00 2001 From: lucha Date: Sun, 30 Dec 2018 13:22:35 -0800 Subject: [PATCH] [auto] theme: twentyfourteen 2.4 --- wp-content/themes/twentyfourteen/css/blocks.css | 16 ++++++++++------ .../themes/twentyfourteen/css/editor-blocks.css | 6 +++--- wp-content/themes/twentyfourteen/functions.php | 2 +- wp-content/themes/twentyfourteen/readme.txt | 9 +++++++-- wp-content/themes/twentyfourteen/style.css | 2 +- 5 files changed, 22 insertions(+), 13 deletions(-) diff --git a/wp-content/themes/twentyfourteen/css/blocks.css b/wp-content/themes/twentyfourteen/css/blocks.css index a1b6cb5f9..425c8dbc2 100644 --- a/wp-content/themes/twentyfourteen/css/blocks.css +++ b/wp-content/themes/twentyfourteen/css/blocks.css @@ -1,6 +1,6 @@ /* Theme Name: Twenty Fourteen -Description: Used to style Gutenberg Blocks. +Description: Used to style blocks. */ /*-------------------------------------------------------------- @@ -221,10 +221,8 @@ p.has-drop-cap:not(:focus)::first-letter { /* Buttons */ .wp-block-button .wp-block-button__link { - background-color: #24890d; border: 0; border-radius: 2px; - color: #fff; font-size: 12px; font-weight: 700; line-height: 15px; @@ -233,12 +231,18 @@ p.has-drop-cap:not(:focus)::first-letter { vertical-align: bottom; } -.wp-block-button .wp-block-button__link:hover, -.wp-block-button .wp-block-button__link:focus { +.wp-block-button__link { + background-color: #24890d; + color: #fff; +} + +.wp-block-button__link:hover, +.wp-block-button__link:focus { background-color: #41a62a; + color: #fff; } -.wp-block-button .wp-block-button__link:active { +.wp-block-button__link:active { background-color: #55d737; } diff --git a/wp-content/themes/twentyfourteen/css/editor-blocks.css b/wp-content/themes/twentyfourteen/css/editor-blocks.css index 421bda895..e8fba3954 100644 --- a/wp-content/themes/twentyfourteen/css/editor-blocks.css +++ b/wp-content/themes/twentyfourteen/css/editor-blocks.css @@ -1,6 +1,6 @@ /* Theme Name: Twenty Fourteen -Description: Used to style Gutenberg Blocks in the editor. +Description: Used to style blocks in the editor. */ /*-------------------------------------------------------------- @@ -20,12 +20,12 @@ Description: Used to style Gutenberg Blocks in the editor. .edit-post-visual-editor .editor-block-list__block, .edit-post-visual-editor .editor-block-list__block p, -.editor-default-block-appender input[type="text"].editor-default-block-appender__content { +.editor-default-block-appender textarea.editor-default-block-appender__content { font-size: 16px; line-height: 1.5; } -.editor-default-block-appender input[type="text"].editor-default-block-appender__content { +.editor-default-block-appender textarea.editor-default-block-appender__content { font-family: Lato, sans-serif; } diff --git a/wp-content/themes/twentyfourteen/functions.php b/wp-content/themes/twentyfourteen/functions.php index d147558e9..3babfeb15 100644 --- a/wp-content/themes/twentyfourteen/functions.php +++ b/wp-content/themes/twentyfourteen/functions.php @@ -349,7 +349,7 @@ function twentyfourteen_resource_hints( $urls, $relation_type ) { add_filter( 'wp_resource_hints', 'twentyfourteen_resource_hints', 10, 2 ); /** - * Enqueue editor styles for Gutenberg + * Enqueue styles for the block-based editor. * * @since Twenty Fourteen 2.3 */ diff --git a/wp-content/themes/twentyfourteen/readme.txt b/wp-content/themes/twentyfourteen/readme.txt index 8c1c62acb..69d4e6534 100644 --- a/wp-content/themes/twentyfourteen/readme.txt +++ b/wp-content/themes/twentyfourteen/readme.txt @@ -1,8 +1,8 @@ === Twenty Fourteen === Contributors: the WordPress team Requires at least: WordPress 3.6 -Tested up to: WordPress 5.0-trunk -Stable tag: 2.3 +Tested up to: WordPress 5.0 +Stable tag: 2.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready @@ -50,6 +50,11 @@ Source: http://www.genericons.com == Changelog == += 2.4 = +* Released: December 19, 2018 + +https://codex.wordpress.org/Twenty_Fourteen_Theme_Changelog#Version_2.4 + = 2.3 = * Released: December 6, 2018 diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index 6ac93966b..162d23750 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyfourteen/ Author: the WordPress team Author URI: https://wordpress.org/ Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier. -Version: 2.3 +Version: 2.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready -- GitLab