From e87eeb4ad6b7bf0d51ec251f495627d82ca8a77d Mon Sep 17 00:00:00 2001 From: pricop Date: Mon, 15 Nov 2021 12:49:55 +0200 Subject: [PATCH] Fixed docs for Toasts referencing blur transparency (#35190) --- site/content/docs/4.6/components/toasts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/4.6/components/toasts.md b/site/content/docs/4.6/components/toasts.md index 73e8bc41d776..1ea1fa934499 100644 --- a/site/content/docs/4.6/components/toasts.md +++ b/site/content/docs/4.6/components/toasts.md @@ -91,7 +91,7 @@ Click the button the below to show as toast (positioning with our utilities in t ### Translucent -Toasts are slightly translucent, too, so they blend over whatever they might appear over. For browsers that support the `backdrop-filter` CSS property, we'll also attempt to blur the elements under a toast. +Toasts are slightly translucent, too, so they blend over whatever they might appear over. {{< example class="bg-dark" >}}