Skip to content

Commit

Permalink
Remove backdrop-filter from toasts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored and XhmikosR committed Jun 25, 2020
1 parent ca22e72 commit 9f173ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/_toasts.scss
Expand Up @@ -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);

Expand Down

0 comments on commit 9f173ae

Please sign in to comment.