-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
High contrast issues in components #3102
Comments
@betrue-final-final, a couple questions as I'm starting to go down this list:
|
Please add this to the above list. |
@Hardhik, interesting it looks like the dark purple color that the default black-on-white high contrast palette uses for selected items is close enough to to black that it's really hard to see the border change colors when focused. @betrue-final-final, do you think this is enough of an issue that we should rethink the focus styling on this component? The fix would probably be to make the background of the component (or just a highlight under the text) be the |
* High contrast fixes: choiceGroup, persona, suggestions, commandbar example * Increasing visibilty of focus border on choice group elements. * picker selected item high contrast improvements * Removing swatchColorPicker high contrast borders * Primary button, dropdown, and colorPicker contrast adjustments * Details check, message bar x button, progress, spinner, and toggle HC updates * rush change * Build fixes * Fixing persona/activityItem border issues * Changing achor button example to a non-primary button * Using non-deprecated defaultButton * changing compact border to palette color * Removing high-contrast const definitions from all style ts files
* High contrast fixes: choiceGroup, persona, suggestions, commandbar example * Increasing visibilty of focus border on choice group elements. * picker selected item high contrast improvements * Removing swatchColorPicker high contrast borders * Primary button, dropdown, and colorPicker contrast adjustments * Details check, message bar x button, progress, spinner, and toggle HC updates * rush change * Build fixes * Fixing persona/activityItem border issues * Changing achor button example to a non-primary button * Using non-deprecated defaultButton * changing compact border to palette color * Removing high-contrast const definitions from all style ts files
* High contrast fixes: choiceGroup, persona, suggestions, commandbar example * Increasing visibilty of focus border on choice group elements. * picker selected item high contrast improvements * Removing swatchColorPicker high contrast borders * Primary button, dropdown, and colorPicker contrast adjustments * Details check, message bar x button, progress, spinner, and toggle HC updates * rush change * Build fixes * Fixing persona/activityItem border issues * Changing achor button example to a non-primary button * Using non-deprecated defaultButton * changing compact border to palette color * Removing high-contrast const definitions from all style ts files
Are you willing to submit a PR to fix? (Yes)
Requested priority: (Normal)
Hey, I was looking through Master in high contrast and noticed some issues:
Carets in the UI are still grey, and should be windowText system color

Cards should have a windowText color border around them

ChoiceGroup with icons has grey icons for disabled. Should use grayText system color

Borders around people in people picker make it hard to tell where focus is


Same for SwatchColorPicker
Disabled dropdown does not have a border

Personas have an extraneous square around them.

Theme Generator only shows grey

We should consider reversing primary buttons so people can distinguish them

Why is upload link color and the others aren't?

MessageBar close X has weird square brackets around it

Detailslist hover selection check should have a circle border

We may consider making focus 2px for Detailslist, as it's hard to see it

There's a black dot in the middle of toggle thumbs

We should reverse the "on" toggle for better visibility

Progress bar is hard to see. We may consider dropping the top line of the empty track so the fill an be seen better.

Why does spinner look so weird in high contrast?

The text was updated successfully, but these errors were encountered: