diff options
| author | Christian Oliff <[email protected]> | 2021-05-10 20:01:09 +0900 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-05-10 13:49:16 -0700 |
| commit | b110c0f0e2ff6f49d2daa2a498e7ea6b42d277b4 (patch) | |
| tree | 2769c87889e34210dedf91604c3dba56c2c80696 /site | |
| parent | 18bc0d5d2b8bb155626341578e36ab5cc801ec5e (diff) | |
| download | bootstrap-b110c0f0e2ff6f49d2daa2a498e7ea6b42d277b4.tar.xz bootstrap-b110c0f0e2ff6f49d2daa2a498e7ea6b42d277b4.zip | |
Remove unneeded 'Edge Legacy' mention in Range docs
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.0/forms/range.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/forms/range.md b/site/content/docs/5.0/forms/range.md index 302d6ce68..d7ac6965c 100644 --- a/site/content/docs/5.0/forms/range.md +++ b/site/content/docs/5.0/forms/range.md @@ -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> |
