Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Range input issues with MS Edge #1

Open
frank-laemmer opened this issue Jul 3, 2018 · 0 comments
Open

Range input issues with MS Edge #1

frank-laemmer opened this issue Jul 3, 2018 · 0 comments

Comments

@frank-laemmer
Copy link
Member

The implementation of the range input input[type=range] or better .range is a bit buggy for MS Edge. CSS Vars are not accepted for styling there:

Official bug at MS:
CSS variables don't inherit into range input track, fill, thumb

Current workaround

Therefore the color values are hardcoded by SCSS and the range input can NOt be themed with CSS only for MS Edge. The function "color(color, step)" will use the global colors map. So the range input will look ok, as long as you don't modify any CSS Vars or within a tinted or inverted local theme.

Alternative workaround

MS Edge and Teutonic are not the best friends yet. There are other issues. Use the build from SCSS option and disable CSS var calculations for a better support (but less cool features).

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

No branches or pull requests

1 participant