WordPress.org

Make WordPress Core

Opened 11 hours ago

Last modified 10 hours ago

#48684 new defect (bug)

Twenty Twenty: Issue with primary color when using Gutenberg

Reported by: grafruessel Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 5.3
Component: Bundled Theme Keywords: has-screenshots
Focuses: css Cc:
PR Number:

Description (last modified by SergeyBiryukov)

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

Attachments (1)

de_twentytwenty_linkcolor.png (881.2 KB) - added by grafruessel 11 hours ago.

Download all attachments as: .zip

Change History (5)

#1 @nielslange
11 hours ago

  • Keywords needs-patch added; has-patch removed
  • Summary changed from twenty twenty theme - primary color & gutenberg error to Twenty Twenty: Issue with primary color when using Gutenberg

#2 @grafruessel
11 hours ago

  • Keywords needs-patch removed
  • Summary changed from Twenty Twenty: Issue with primary color when using Gutenberg to twenty twenty theme - primary color & gutenberg error

Steps to reproduce:

  1. edit a page
  2. select gutenberg block "Media & Text"
  3. on the text side use a background color in dark
  4. the editable sections becomes light (photo attached)

Expected behaviour:
the buttons should stay visible

Current behaviour:
the text color (#f9f9f9) is almost the background color (#ffffff)

Last edited 11 hours ago by grafruessel (previous) (diff)

#3 @grafruessel
11 hours ago

  • Summary changed from twenty twenty theme - primary color & gutenberg error to Twenty Twenty: Issue with primary color when using Gutenberg

#4 @SergeyBiryukov
10 hours ago

  • Description modified (diff)
Note: See TracTickets for help on using tickets.