fix(navigation): hide left ul border
This commit is contained in:
@ -126,5 +126,9 @@
|
||||
&:not(.dragging-disabled) .handle {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
ul {
|
||||
border-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user