mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-03 15:24:19 +01:00
Remove backdrop-filter from toasts
This commit is contained in:
parent
ca22e72411
commit
9f173aeff3
@ -7,7 +7,6 @@
|
|||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: $toast-border-width solid $toast-border-color;
|
border: $toast-border-width solid $toast-border-color;
|
||||||
box-shadow: $toast-box-shadow;
|
box-shadow: $toast-box-shadow;
|
||||||
backdrop-filter: blur(10px);
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@include border-radius($toast-border-radius);
|
@include border-radius($toast-border-radius);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user