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 a78928d2a9..4ac85f078e 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 @@ -902,7 +902,8 @@ hr.wp-block-separator.is-style-dots::before { /* BUTTON STYLE: OUTLINE */ -.editor-styles-wrapper .is-style-outline .wp-block-button__link { +.editor-styles-wrapper .is-style-outline .wp-block-button__link, +.editor-styles-wrapper .is-style-outline.wp-block-button__link { background: none; border-color: currentColor; color: #cd2653; @@ -911,7 +912,8 @@ hr.wp-block-separator.is-style-dots::before { /* BUTTON STYLE: SQUARED */ -.editor-styles-wrapper .is-style-squared .wp-block-button__link { +.editor-styles-wrapper .is-style-squared .wp-block-button__link, +.editor-styles-wrapper .is-style-squared.wp-block-button__link { border-radius: 0; } diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index 665a972e9c..79d922a973 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -902,7 +902,8 @@ hr.wp-block-separator.is-style-dots::before { /* BUTTON STYLE: OUTLINE */ -.editor-styles-wrapper .is-style-outline .wp-block-button__link { +.editor-styles-wrapper .is-style-outline .wp-block-button__link, +.editor-styles-wrapper .is-style-outline.wp-block-button__link { background: none; border-color: currentColor; color: #cd2653; @@ -911,7 +912,8 @@ hr.wp-block-separator.is-style-dots::before { /* BUTTON STYLE: SQUARED */ -.editor-styles-wrapper .is-style-squared .wp-block-button__link { +.editor-styles-wrapper .is-style-squared .wp-block-button__link, +.editor-styles-wrapper .is-style-squared.wp-block-button__link { border-radius: 0; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 3ad6698cc3..678f0887cf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47613'; +$wp_version = '5.5-alpha-47614'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.