-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Improve contrast of completion popup in CloudEditor theme #5473
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5473 +/- ##
=======================================
Coverage 86.49% 86.49%
=======================================
Files 582 582
Lines 42355 42355
Branches 7055 7055
=======================================
Hits 36636 36636
Misses 5719 5719
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Can we make this specific for cloudEditor themes? Too high contrast does not look good with all themes, especially the ones that have low contrast intentionally. |
As much as I'd like to argue that we should be accessible by-default I think I agree that this will look ugly with some themes and it will be annoying to users of those themes to expect them to style the completion popup back to what it was. Since we are already using the CloudEditor themes as our de-facto accessible themes I added it to there. |
Issue #, if available: NA
Description of changes: Some parts of the default autocomplete popup did not meet accessibility contrast requirements, the gaps were:
This improves the styling in our CloudEditor themes, which we use as our de-facto accessible themes.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.