[wp-trac] [WordPress Trac] #55974: Theme-specific border color options for Pullquote block (was: Twenty Twenty: border color issue in Pullquote block)

WordPress Trac noreply at wordpress.org
Tue Jun 14 16:33:58 UTC 2022


#55974: Theme-specific border color options for Pullquote block
---------------------------+------------------------------
 Reporter:  kajalgohel     |       Owner:  (none)
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Bundled Theme  |     Version:  6.0
 Severity:  normal         |  Resolution:
 Keywords:  needs-patch    |     Focuses:  ui, css
---------------------------+------------------------------

Comment (by sabernhardt):

 Out of all the bundled themes, only Twenty Twenty-Two and Twenty Seventeen
 show border colors from preset selections. Twenty Twenty-Two defines
 border colors based on global styles, and Twenty Seventeen uses the
 default options instead of making its own color palette.

 And Twenty Nineteen specifically sets the pullquote block border color to
 transparent:
 {{{
 .entry .entry-content .wp-block-pullquote {
   border-color: transparent;
 }
 }}}

 (If you create a custom color, though, that applies to the block as an
 inline style.)

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


More information about the wp-trac mailing list