Fix tooltip color contrast to meet WCAG standards#1310
Merged
mlinksva merged 1 commit intogithub:gh-pagesfrom Oct 26, 2025
Merged
Fix tooltip color contrast to meet WCAG standards#1310mlinksva merged 1 commit intogithub:gh-pagesfrom
mlinksva merged 1 commit intogithub:gh-pagesfrom
Conversation
Updated tooltip text color for the permissions hover tooltip to improve readability. The previous color #298625 had a contrast ratio of 3.93 against background #d8f4d7, below both WCAG AA (4.0) and AAA (7.0) standards. The new color provides a contrast ratio of 7.27, ensuring better accessibility.
There was a problem hiding this comment.
Pull Request Overview
This PR improves the accessibility of the permissions hover tooltip by adjusting its text color to meet WCAG AA standards. The color change from #298625 to #1a5818 increases the contrast ratio from 3.93 to 7.27 against the light green background (#d8f4d7), ensuring better readability for users with visual impairments.
Key Changes:
- Updated tooltip text color to achieve WCAG AA compliance with 7.27:1 contrast ratio
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated tooltip text color for the permissions hover tooltip to improve readability. The previous color #298625 had a contrast ratio of 3.93 against background #d8f4d7, below both WCAG AA (4.0) and AAA (7.0) standards. The new color provides a contrast ratio of 7.27, ensuring better accessibility.