Skip to content

Commit

Permalink
Move @slider-z-index to Z indices
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlaarhoven committed Apr 15, 2020
1 parent 8740721 commit 5d36dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
@modal-z-index: 1100;
@side-bar-z-index: 1200;
@highlight-z-index: 1300;
@slider-z-index: 2;

/* @end Z indices */

Expand Down Expand Up @@ -133,7 +134,6 @@

@slider-bar-background: lighten(@grey-lighter, 8%);
@slider-bar-thickness: 5px;
@slider-z-index: 2;
@slider-range-color: @info;
@slider-control-width: 15px;
@slider-control-height: 15px;
Expand Down

0 comments on commit 5d36dbf

Please sign in to comment.