You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my research, to fix this we need to avoid using background-image, which is ignored by IE11 in high-contrast modes. Instead, we should be using inline SVG with a rule such as:
mapbox-gl-js version: latest mapbox sample page
Steps to Trigger Behavior
https://www.mapbox.com/mapbox-gl-js/example/navigation/
Expected Behavior
Navigation controls to show a icon in contrasting color.
Actual Behavior
Navigation controls are shown all black.
The text was updated successfully, but these errors were encountered: