Close #20 by removing drag handles.
This commit is contained in:
@@ -191,35 +191,6 @@ ul {
|
||||
}
|
||||
}
|
||||
|
||||
.grip {
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
display: none;
|
||||
width: 5px;
|
||||
height: 20px;
|
||||
background-image: url(../images/grips/vertical_dark.png);
|
||||
background-repeat: no-repeat;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 7px;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
&.btn-primary {
|
||||
&:before {
|
||||
background-image: url(../images/grips/vertical.png);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:before {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.key-editor__popup {
|
||||
border: none;
|
||||
width: 0px;
|
||||
|
||||
Reference in New Issue
Block a user