I'm working on this.
Thanks, I added a fix for ensuring that the toggle in the unchecked state is visible in Forced Colors mode
I'm working on this.
I changed colors in dark mode, so the Gin switch component meets SC1.4.11.
Can you follow up with how to test Forced colors issue as I'm new and didn't find a way to turn it on and replicate the issue.
I'm working on this
when my current proposed change on
https://www.drupal.org/project/drupal/issues/3506743
π
Increase the color contrast of the navigation block title
Active
will be live, it should fix this issue as well since increasing the color from 600 to 800 also affects changes when in dark mode since the color gets inverted for dark mode as you can see in the screenshot, the color changes to rgb(210, 211, 211) or #d2d3d3 which does fit the standard with 9.5:1
Thanks for the input, I'll work more on this
I resolved pipeline issues now
I already solved this here:
https://www.drupal.org/project/drupal/issues/3504913
π
Navigation block titles have a too low color contrast
Active
I increased the color contrast so it meets SC1.4.3
This issue of changing the color to meet Accessibility standard should be done on the Drupal Core since the style for the Administration title is applied from within the navigation module inside core (/web/core/modules/navigation/css/components/toolbar-block.css > .toolbar-block__title).
I've created another task for the Drupal Core here:
https://www.drupal.org/project/drupal/issues/3506743
π
Increase the color contrast of the navigation block title
Active
tomislav.matokovic β created an issue.
I'm working on this.
I have successfully replicated this issue and tested the solution.
tomislav.matokovic β made their first commit to this issueβs fork.