fix(navigation): hide left ul border

This commit is contained in:
kolaente 2023-03-27 13:28:44 +02:00
parent ab94343d07
commit 749dcdcd70
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

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