From 72e774244619af461f2204168994da1e56900d25 Mon Sep 17 00:00:00 2001 From: Ian Belanger Date: Tue, 11 Feb 2020 16:09:50 +0000 Subject: [PATCH] Bundled Themes: Twenty Twenty property border-style is overwritten - coding standard. Fixes coding standard violations in the classic editor stylesheets. Props ankitmaru. Fixes #49006. git-svn-id: https://develop.svn.wordpress.org/trunk@47264 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentytwenty/assets/css/editor-style-classic-rtl.css | 1 - .../themes/twentytwenty/assets/css/editor-style-classic.css | 1 - 2 files changed, 2 deletions(-) diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css index 7b886c7a44..9eaf83fcb2 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css @@ -246,7 +246,6 @@ body#tinymce.wp-editor.content h6 { /* Blockquote -------------------------------- */ body#tinymce.wp-editor.content blockquote { - border-style: solid; border: none; border-right: 2px solid #cd2653; margin: 0 0 1.6em 0; diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css index 91301b6841..564da9cd34 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css @@ -246,7 +246,6 @@ body#tinymce.wp-editor.content h6 { /* Blockquote -------------------------------- */ body#tinymce.wp-editor.content blockquote { - border-style: solid; border: none; border-left: 2px solid #cd2653; margin: 0 0 1.6em 0;