From: Rolandas Barysas Date: Tue, 15 Aug 2017 15:16:40 +0000 (+0300) Subject: Remove $zindex-dropdown-backdrop from docs (#23461) X-Git-Tag: v4.0.0-beta.2~364^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b15041066089a6b533457468c2927f1c02d85ca9;p=thirdparty%2Fbootstrap.git Remove $zindex-dropdown-backdrop from docs (#23461) It was removed in 6d64afe. --- diff --git a/docs/4.0/layout/overview.md b/docs/4.0/layout/overview.md index 4591917193..c86a432d3c 100644 --- a/docs/4.0/layout/overview.md +++ b/docs/4.0/layout/overview.md @@ -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;