]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove backdrop-filter from docs subnav
authorMark Otto <markd.otto@gmail.com>
Thu, 25 Jun 2020 06:21:41 +0000 (23:21 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 25 Jun 2020 06:47:20 +0000 (09:47 +0300)
Fixes #31163.

site/assets/scss/_subnav.scss

index 89c14b3821845f94968e6a6361fbb0d726011598..c65b665db3ed1ed4bb6300370838293224209262 100644 (file)
@@ -2,8 +2,7 @@
   // The position and z-index are needed for the dropdown to stay on top of the content
   position: relative;
   z-index: $zindex-sticky;
-  background-color: rgba($white, .75);
-  backdrop-filter: blur(1rem);
+  background-color: rgba($white, .95);
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .15);
 
   .dropdown-menu {