From 749dcdcd709737cec902332689266e0b8ceda42b Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 27 Mar 2023 13:28:44 +0200 Subject: [PATCH] fix(navigation): hide left ul border --- src/styles/theme/navigation.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/theme/navigation.scss b/src/styles/theme/navigation.scss index 52c1462c5..08e6706a6 100644 --- a/src/styles/theme/navigation.scss +++ b/src/styles/theme/navigation.scss @@ -126,5 +126,9 @@ &:not(.dragging-disabled) .handle { cursor: grab; } + + ul { + border-left: 0; + } } }