From 87d02c9c71b8e21aa17a96b01e73846e5e7aac52 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Fri, 12 Dec 2025 13:24:44 -0300 Subject: [PATCH] fix: remove blue line from sidebar tab Remove box-shadow from .app-sidebar__tab to eliminate the blue line that appeared above tab content when clicking on sidebar tabs. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- src/Components/RightSidebar/RightSidebar.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Components/RightSidebar/RightSidebar.vue b/src/Components/RightSidebar/RightSidebar.vue index 949729a78..aaa63c106 100644 --- a/src/Components/RightSidebar/RightSidebar.vue +++ b/src/Components/RightSidebar/RightSidebar.vue @@ -83,6 +83,9 @@ export default { }