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
This commit is contained in:
desrosj 2021-06-08 17:28:57 +00:00
parent 2f76f3279b
commit a44c69354d
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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.