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:
parent
18bc0d5d2b
commit
b110c0f0e2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue