]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove unneeded 'Edge Legacy' mention in Range docs
authorChristian Oliff <christianoliff@pm.me>
Mon, 10 May 2021 11:01:09 +0000 (20:01 +0900)
committerMark Otto <otto@github.com>
Mon, 10 May 2021 20:49:16 +0000 (13:49 -0700)
site/content/docs/5.0/forms/range.md

index 302d6ce687d3b13cca6306b98e20a18f98be8972..d7ac6965cd717c9259d730df04be685eb13801f9 100644 (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>