Twenty Sixteen: Makes sure quote block plain style is in editor.

The plain style for quote block was not showing in the editor despite showing on the front. This patch now makes sure it also does not show the border in editor.
  
Props nidhidhandhukiya, dilipbheda, sabernhardt, sainathpoojary, dhruvang21, harshgajipara, SirLouen, darshitrajyaguru97, jorbin.  
Fixes #63424.

Built from https://develop.svn.wordpress.org/trunk@60342


git-svn-id: http://core.svn.wordpress.org/trunk@59678 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister
2025-06-23 21:23:31 +00:00
parent c6041fd40a
commit b91d4e06e7
2 changed files with 5 additions and 1 deletions

View File

@@ -370,6 +370,10 @@ figure[class*="wp-block-"] > figcaption {
padding-right: 0;
}
.wp-block-quote.is-style-plain {
border: none;
}
@media screen and (min-width: 44.375em) {
.wp-block-quote.alignleft,
.wp-block-quote.alignright {

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.9-alpha-60341';
$wp_version = '6.9-alpha-60342';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.