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
1 changed files with 4 additions and 0 deletions

View File

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