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

MO High Contrast Issues #170

Open
becka11y opened this issue Aug 19, 2014 · 0 comments
Open

MO High Contrast Issues #170

becka11y opened this issue Aug 19, 2014 · 0 comments

Comments

@becka11y
Copy link
Contributor

  1. The MO highlight is not visible in Windows high contrast mode. This can be fixed by removing:
    border: transparent ! important; (or changing it to border: backgroundColor !important;
    and adding
    border-bottom: 1px dotted backgroundColor !important
    for the mo-overlay default style. This does leave a bit of the radius visible but we can live with that rather than having separate classes for high contrast. Or we could remove one of the color options and add a high contrast specific style option in that adds a bottom border and removes the border-radius.

  2. The highlight color options in the cloud reader should be actual color names rather than Update Gemfile for a later version of eventmachine #1,Include an SVG-in-spine sample in the demo #2, etc.(not critical but useful for people with color issues to help them make the best selection).

  3. Consider using real images for the color swatches rather than background color (which disappears in high contrast mode) for the buttons. Not critical since high contrast mode will rely on the underline added in above in 1) rather than the actual color.

This is a V1+ issue as it only affects IE and FF on Windows.

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

No branches or pull requests

3 participants