Changes for high contrast mode#377
Conversation
Note that the SVG currently doesn't render properly in Firefox with a strict CSP due to this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1262842.
Changes to make spinner visible in high contrast mode
Changes for high contrast mode
|
@fgnass @theodorejb Please review this PR |
|
@pratikgolchha Have you tested this? The property value needs to be a string. Also, the transparent border seems to cause an issue where setting line length to |
Added high contrast css
|
@theodorejb I have removed the border and applied it only in high contrast mode. |
|
https://developer.mozilla.org/en-US/docs/Web/CSS/@media/-ms-high-contrast has the following warning:
Also, were you able to get it working? For me the style applied when not in the media query, but when in the media query it didn't apply even when high contrast mode was active (tested in IE 11 and Edge 18). |
ed37b95 to
ae42fa6
Compare
Changes for high contrast mode. Spinner is not visible in high contrast mode