feat(desktop): remove v2 vertical menu borders (#39317)

This commit is contained in:
usrnk1
2026-07-28 13:50:58 +02:00
committed by GitHub
parent 7336cc5a7b
commit 017a5977d2
2 changed files with 2 additions and 5 deletions
@@ -199,7 +199,6 @@
width: 100%;
height: 28px;
border-radius: 4px;
border: 0.5px solid transparent;
box-sizing: border-box;
color: var(--v2-text-text-muted);
}
@@ -222,5 +221,4 @@
[data-slot="tabs-v2-trigger-wrapper"]:has([data-selected]) {
background-color: var(--v2-background-bg-layer-03);
color: var(--v2-text-text-base);
border: 0.5px solid var(--v2-border-border-muted);
}