1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Remove unneeded 'Edge Legacy' mention in Range docs

This commit is contained in:
Christian Oliff 2021-05-10 20:01:09 +09:00 committed by Mark Otto
parent 18bc0d5d2b
commit b110c0f0e2

View file

@ -8,7 +8,7 @@ toc: true
## Overview
Create custom `<input type="range">` controls with `.form-range`. The track (the background) and thumb (the value) are both styled to appear the same across browsers. As only Edge Legacy and Firefox supports "filling" their track from the left or right of the thumb as a means to visually indicate progress, we do not currently support it.
Create custom `<input type="range">` controls with `.form-range`. The track (the background) and thumb (the value) are both styled to appear the same across browsers. As only Firefox supports "filling" their track from the left or right of the thumb as a means to visually indicate progress, we do not currently support it.
{{< example >}}
<label for="customRange1" class="form-label">Example range</label>