focused z-index
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
.focused(@boxShadow: 0px, @borderRadius: 0px) {
|
||||
.position(@position: absolute, @top: 0, @left: 0, @right: 0, @bottom: 0);
|
||||
z-index: 2;
|
||||
z-index: 20;
|
||||
border: 4px solid @PRIMARY_COLOR_RED;
|
||||
box-shadow: 0 0 @boxShadow 0 rgba(0, 0, 0, 0.5);
|
||||
border-radius: @borderRadius;
|
||||
|
||||
Reference in New Issue
Block a user