[wp-trac] [WordPress Trac] #48684: Twenty Twenty: Issue with primary color when using Gutenberg

WordPress Trac noreply at wordpress.org
Sun Nov 17 14:46:23 UTC 2019


#48684: Twenty Twenty: Issue with primary color when using Gutenberg
-----------------------------+------------------------------
 Reporter:  grafruessel      |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Bundled Theme    |     Version:  5.3
 Severity:  normal           |  Resolution:
 Keywords:  has-screenshots  |     Focuses:  css
-----------------------------+------------------------------
Description changed by SergeyBiryukov:

Old description:

> Hi there,
>
> I found an error in css , when working with gutenberg editor in backend.
>
> When I select the primary color as background color the row editable
> functions dont work due to css error.
>
> This class should be fixed:
>
> .has-background.has-accent-background-color *:not(.has-text-color) {
>     color: #f9f9f9;
> }
>
> We can just delete this class or where else is it needed?
>
> Thanks Niko

New description:

 Hi there,

 I found an error in css , when working with gutenberg editor in backend.

 When I select the primary color as background color the row editable
 functions dont work due to css error.

 This class should be fixed:
 {{{
 .has-background.has-accent-background-color *:not(.has-text-color) {
     color: #f9f9f9;
 }
 }}}
 We can just delete this class or where else is it needed?

 Thanks Niko

--

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


More information about the wp-trac mailing list