-
Notifications
You must be signed in to change notification settings - Fork 140
Add a11y friendly default text-colors when selecting a background-color. #995
Add a11y friendly default text-colors when selecting a background-color. #995
Conversation
…ups." This reverts commit 75dd69d.
…a background-color.
Don't the color settings change in the palette when you change the colors in the Customizer? |
So double checking the contrast on these color combinations:
Looks like something may be off with the contrast warning in Gutenberg? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I just spotted a very minor coding standard issue.
I commented in the PR.
Cheers,
Jb
style-rtl.css
Outdated
@@ -2664,6 +2666,7 @@ h2.entry-title { | |||
|
|||
:root .has-secondary-background-color { | |||
background-color: #6d6d6d; | |||
color: #FFF; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding standards: should be #fff
for consistency.
Hi, |
Before:
After:
Related Tickets
Fixes: #964