Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_toasts.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_toasts.scss b/scss/_toasts.scss
index 6aa5352a38..a0b11c9f9d 100644
--- a/scss/_toasts.scss
+++ b/scss/_toasts.scss
@@ -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);