1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00

Remove backdrop-filter from toasts

This commit is contained in:
Mark Otto
2020-06-24 23:22:58 -07:00
committed by XhmikosR
parent ca22e72411
commit 9f173aeff3

View File

@@ -7,7 +7,6 @@
background-clip: padding-box;
border: $toast-border-width solid $toast-border-color;
box-shadow: $toast-box-shadow;
backdrop-filter: blur(10px);
opacity: 0;
@include border-radius($toast-border-radius);