1
0

fix(navigation): hide left ul border

This commit is contained in:
kolaente
2023-03-27 13:28:44 +02:00
parent ab94343d07
commit 749dcdcd70

View File

@ -126,5 +126,9 @@
&:not(.dragging-disabled) .handle {
cursor: grab;
}
ul {
border-left: 0;
}
}
}