mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 02:49:04 +01:00
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:
parent
76718fbea3
commit
97524fd300
@ -246,7 +246,6 @@ body#tinymce.wp-editor.content h6 {
|
|||||||
/* Blockquote -------------------------------- */
|
/* Blockquote -------------------------------- */
|
||||||
|
|
||||||
body#tinymce.wp-editor.content blockquote {
|
body#tinymce.wp-editor.content blockquote {
|
||||||
border-style: solid;
|
|
||||||
border: none;
|
border: none;
|
||||||
border-right: 2px solid #cd2653;
|
border-right: 2px solid #cd2653;
|
||||||
margin: 0 0 1.6em 0;
|
margin: 0 0 1.6em 0;
|
||||||
|
@ -246,7 +246,6 @@ body#tinymce.wp-editor.content h6 {
|
|||||||
/* Blockquote -------------------------------- */
|
/* Blockquote -------------------------------- */
|
||||||
|
|
||||||
body#tinymce.wp-editor.content blockquote {
|
body#tinymce.wp-editor.content blockquote {
|
||||||
border-style: solid;
|
|
||||||
border: none;
|
border: none;
|
||||||
border-left: 2px solid #cd2653;
|
border-left: 2px solid #cd2653;
|
||||||
margin: 0 0 1.6em 0;
|
margin: 0 0 1.6em 0;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user