From: Christian Oliff Date: Mon, 10 May 2021 11:01:09 +0000 (+0900) Subject: Remove unneeded 'Edge Legacy' mention in Range docs X-Git-Tag: v5.0.1~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b110c0f0e2ff6f49d2daa2a498e7ea6b42d277b4;p=thirdparty%2Fbootstrap.git Remove unneeded 'Edge Legacy' mention in Range docs --- diff --git a/site/content/docs/5.0/forms/range.md b/site/content/docs/5.0/forms/range.md index 302d6ce687..d7ac6965cd 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 `` 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 `` 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 >}}