Certain options in the Linkit modal have poor color contrast. For example, the "Change profile" link and the "Options" link that opens the fieldset don't pass WCAG 2.0 AA for color contrast. Contrast ratio should be 4.5:1 for small text.
Changing the text color from #999999 to #666666 would sufficient in both places, and is not too drastic a change visually.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | linkit-color-contrast-2897095-2.patch | 687 bytes | cboyden |
| #2 | linkit-modal-improved-contrast.png | 83.89 KB | cboyden |
| #2 | linkit-modal-poor-contrast.png | 83.67 KB | cboyden |
Comments
Comment #2
cboyden commentedCSS patch is attached. Here's what it looks like...
Before:

After:

Comment #4
cboyden commentedHm, file uploaded with no contents. Trying another upload of the patch.
Comment #6
anonThanks for patch.