Skip to content

Commit

Permalink
Fixed docs for Toasts referencing blur transparency (#35190)
Browse files Browse the repository at this point in the history
  • Loading branch information
pricop committed Nov 15, 2021
1 parent 043a03c commit e87eeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/4.6/components/toasts.md
Expand Up @@ -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" >}}
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
Expand Down

0 comments on commit e87eeb4

Please sign in to comment.