From a44c69354d0e0f66d0048f90b1f1e739e8a8e2a4 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 8 Jun 2021 17:28:57 +0000 Subject: [PATCH] Twenty Twenty: Regenerate the RTL editor stylesheet. This applies the change made in [51095] to the RTL stylesheet. See #50120. Built from https://develop.svn.wordpress.org/trunk@51100 git-svn-id: http://core.svn.wordpress.org/trunk@50709 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentytwenty/assets/css/editor-style-block-rtl.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index 488f8226fe..8589a297c0 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css @@ -224,7 +224,7 @@ Inter variable font. Usage: /* Typography -------------------------------- */ -.editor-styles-wrapper .editor-block-list__layout a { +.editor-styles-wrapper a { color: #cd2653; text-decoration: underline; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 3b8525c322..ac26c6407b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-51099'; +$wp_version = '5.8-alpha-51100'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.