[wp-trac] [WordPress Trac] #63424: Twenty Sixteen: Quote block Plain style has border in the editor (was: Twenty Sixteen - Quote block having issue in editor style when plain is choosen.)

WordPress Trac noreply at wordpress.org
Fri May 9 15:43:58 UTC 2025


#63424: Twenty Sixteen: Quote block Plain style has border in the editor
-----------------------------------------+---------------------
 Reporter:  nidhidhandhukiya             |       Owner:  (none)
     Type:  defect (bug)                 |      Status:  new
 Priority:  normal                       |   Milestone:  6.9
Component:  Bundled Theme                |     Version:  6.7
 Severity:  normal                       |  Resolution:
 Keywords:  has-patch changes-requested  |     Focuses:
-----------------------------------------+---------------------
Changes (by sabernhardt):

 * keywords:  has-patch => has-patch changes-requested
 * version:  6.8 => 6.7
 * milestone:  Awaiting Review => 6.9


Comment:

 GB64045 introduced `:where()` in the Quote block's `theme.css`, and then
 Twenty Sixteen's `editor-blocks.css` overrode the Plain style with default
 border styles.

 Instead of adding the `.editor-styles-wrapper` class with `:where()`, one
 to raise specificity and one to lower it, I recommend
 {{{
 .wp-block-quote.is-style-plain {
         border: none;
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63424#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list