]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove $zindex-dropdown-backdrop from docs (#23461)
authorRolandas Barysas <rb@atomicflow.org>
Tue, 15 Aug 2017 15:16:40 +0000 (18:16 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 15 Aug 2017 15:16:40 +0000 (18:16 +0300)
It was removed in 6d64afe.

docs/4.0/layout/overview.md

index 45919171933b0b3315403364cccf0d61a65e35e5..c86a432d3c4cd0644a69710bc768086c49383557 100644 (file)
@@ -162,7 +162,6 @@ Several Bootstrap components utilize `z-index`, the CSS property that helps cont
 We don't encourage customization of these values; should you change one, you likely need to change them all.
 
 ```scss
-$zindex-dropdown-backdrop:  990 !default;
 $zindex-dropdown:          1000 !default;
 $zindex-fixed:             1030 !default;
 $zindex-sticky:            1030 !default;