Bundled Themes: Twenty Twenty property border-style is overwritten - coding standard.

Fixes coding standard violations in the classic editor stylesheets.

Props ankitmaru.
Fixes #49006.
Built from https://develop.svn.wordpress.org/trunk@47264


git-svn-id: http://core.svn.wordpress.org/trunk@47064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ianbelanger 2020-02-11 16:11:06 +00:00
parent 76718fbea3
commit 97524fd300
3 changed files with 1 additions and 3 deletions

View File

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

View File

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

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-47263';
$wp_version = '5.4-alpha-47264';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.