refactor(menu): remove unused $z-index-menu-backdrop (#10394)

This commit is contained in:
Dominic Watson
2017-02-24 17:40:33 +01:00
committed by Brandy Carney
parent 32e4e3191b
commit 2182cf341b

View File

@ -32,7 +32,6 @@ $hairlines-width: .55px !default;
// Grouped by elements which would be siblings
$z-index-menu-overlay: 80;
$z-index-menu-backdrop: 79;
$z-index-overlay: 1000;
$z-index-click-block: 99999;