fix(navigation): hide left ul border

This commit is contained in:
kolaente 2023-03-27 13:28:44 +02:00
parent 5cc9d6ccf6
commit c4a7c23d84
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

View File

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