-
Notifications
You must be signed in to change notification settings - Fork 1.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 constrast for accessibility #7315
Merged
Merged
Changes from 25 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
5d1a61b
Closes #7304
charlesh88 5bc2ad6
Merge branch 'master' of https://github.com/nasa/openmct into fix-con…
unlikelyzero 255b733
Closes #7304
charlesh88 4ccbf39
Merge branch 'fix-constrast' of github.com:nasa/openmct into fix-cons…
charlesh88 27403a0
disable ruleset
unlikelyzero 842fccf
Closes #7304
charlesh88 f9ae900
Closes #7304
charlesh88 30289b3
Closes #7304
charlesh88 39f4629
Merge branch 'fix-constrast' of github.com:nasa/openmct into fix-cons…
charlesh88 10b859e
Closes #7304
charlesh88 38d0b49
Closes #7304
charlesh88 2886bfd
Closes #7304
charlesh88 eca4c19
Update ColorKey for Take Snapshot Failures and Opacity labels. Also f…
unlikelyzero 3c5c8ed
Closes #7304
charlesh88 f9015fe
Merge remote-tracking branch 'origin/fix-constrast' into fix-constrast
charlesh88 35ab393
Merge branch 'master' into fix-constrast
charlesh88 6d404be
Merge branch 'master' into fix-constrast
shefalijoshi a2c616a
Merge branch 'master' into fix-constrast
charlesh88 cccab2c
Closes #7304
charlesh88 06847ad
Merge branch 'master' into fix-constrast
charlesh88 31040c7
Closes #7410
charlesh88 a944b46
Closes #7304
charlesh88 81f40d9
Merge branch 'master' into fix-constrast
unlikelyzero 4748469
temporarily skip
unlikelyzero 464dbdd
Merge branch 'fix-constrast' of https://github.com/nasa/openmct into …
unlikelyzero b63a0ee
remove comment
unlikelyzero 1261ee7
lint
unlikelyzero 746f841
Update default colors
unlikelyzero 0c9a73b
update snapshot
unlikelyzero 4d5296f
missed
unlikelyzero File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ | |
} | ||
|
||
&.selected { | ||
background: $colorKey; | ||
background: $colorKeyBg; | ||
color: $colorKeyFg; | ||
} | ||
} | ||
|
Oops, something went wrong.
Oops, something went wrong.
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.
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.
this will eventually be deleted