[wp-trac] [WordPress Trac] #56578: Post date block color setting is not reflecting in editor and front side (was: Twenty Fifteen: Post date block color setting is not reflecting in editor and front side)

WordPress Trac noreply at wordpress.org
Tue Sep 20 19:54:04 UTC 2022


#56578: Post date block color setting is not reflecting in editor and front side
---------------------------+------------------------------
 Reporter:  multidots1896  |       Owner:  (none)
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Editor         |     Version:  6.0.1
 Severity:  normal         |  Resolution:
 Keywords:  close          |     Focuses:  css
---------------------------+------------------------------
Changes (by sabernhardt):

 * keywords:  has-patch => close
 * focuses:   => css
 * component:  General => Editor


Comment:

 The Text color setting does not work with Post Date block links in other
 themes, either.

 It might be worth adding the following style for the block editor (front
 end and back end):
 {{{
 .wp-block-post-date.has-text-color {
   color: currentColor;
 }
 }}}

 If so, that would belong in a
 [https://github.com/WordPress/gutenberg/issues/new/choose GitHub issue].

 However, the Gutenberg plugin already has a separate Link color setting.
 With that, we could consider this issue fixed.

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


More information about the wp-trac mailing list