Opened 18 months ago
Last modified 3 months ago
#58499 new defect (bug)
Twenty Twenty: Table block having issue with color
Reported by: | nidhidhandhukiya | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | minor | Version: | 6.2.2 |
Component: | Bundled Theme | Keywords: | has-patch needs-testing-info |
Focuses: | css | Cc: |
Description (last modified by )
Steps to reproduce the issue.
- Activate Twenty Twenty theme.
- Take table block.
- Add some text.
- Apply background color black or pink.
- Now apply any color to the text.
You can able to see it will not take the value of that chosen color if black or pink is set as a background color for editor side.
Front side it is working fine it is having issue only in editor side.
I have attached video for better understanding.
Video URL :- https://share.cleanshot.com/plqBT1cn6hMbRR5g6Grz
Attachments (2)
Change History (6)
#2
@
18 months ago
@nidhidhandhukiya
Instead of removing css
Just need small fix
.has-background.has-primary-background-color:not(.has-text-color), .has-background.has-primary-background-color:not(.has-text-color) *, .has-background.has-accent-background-color:not(.has-text-color), .has-background.has-accent-background-color:not(.has-text-color) * { color: #fff; }
Note: See
TracTickets for help on using
tickets.
The reason behind this issue is the below css
If we remove that the issue is resolved.