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 )
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)
Change History (5)
#1
@
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
@
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
Note: See
TracTickets for help on using
tickets.
Steps to reproduce:
Expected behaviour:
the buttons should stay visible
Current behaviour:
the text color (#f9f9f9) is almost the background color (#ffffff)