Skip to content
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

ace fold widget arrows should show on heighcontrast mode #heighcontrast #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mkassaei
Copy link
Owner

The 'ace fold widget' which uses arrow icons that allow users to expand and collapse a chunk of code such as functions/methods, ..., is very confusing for users in high contrast mode, because the arrow icons do not show (e.g. IE11 in high contrast mode).

After the result of our accessibility testing at the OU, I have done some CSS changes so that users in high contrast mode have the similar experience.

To start with I have put the css changes within
@media screen and (-ms-high-contrast: active) {
.....
}
However, we then decided to get rid of the browser specific tag and therefore tried to replicate the existing arrow icons with symbols and they look very similar to the original icons.

BTW, sorry about the misspelling of high contrast in the commit and branch name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant