]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove backdrop-filter from toasts
authorMark Otto <markd.otto@gmail.com>
Thu, 25 Jun 2020 06:22:58 +0000 (23:22 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 25 Jun 2020 06:47:20 +0000 (09:47 +0300)
scss/_toasts.scss

index 6aa5352a383ccb41d3c6871bed0df5a17f03c10a..a0b11c9f9df933cec4ed558d8353a8e185b81a96 100644 (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);