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:
authorMark Otto <markd.otto@gmail.com>2020-06-25 09:22:58 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-07-06 16:40:27 +0300
commitb2ef98f154ab4e7b9c43406a0d272f98b854a060 (patch)
tree45802c04044f7b4ffb25689799589f02878772f7
parent04dbb6c24cbdb7012278af18ca7437ccd09129ed (diff)
Remove backdrop-filter from toasts
-rw-r--r--scss/_toasts.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_toasts.scss b/scss/_toasts.scss
index 1d9ec13578..5967a7a884 100644
--- a/scss/_toasts.scss
+++ b/scss/_toasts.scss
@@ -10,7 +10,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);