diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index a78928d2a9..4ac85f078e 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/src/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/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index 665a972e9c..79d922a973 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/src/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; }