mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Remove backdrop-filter from toasts
This commit is contained in:
parent
ca22e72411
commit
9f173aeff3
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue