From b110c0f0e2ff6f49d2daa2a498e7ea6b42d277b4 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 10 May 2021 20:01:09 +0900 Subject: [PATCH] Remove unneeded 'Edge Legacy' mention in Range docs --- site/content/docs/5.0/forms/range.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 >}} -- 2.47.3