From 6dda12f59e8bb3efa45c28ea38af65aa59809417 Mon Sep 17 00:00:00 2001 From: mousberg Date: Sun, 25 Jan 2026 12:09:28 +0000 Subject: [PATCH] UI: remove nav active bar indicator --- ui/src/styles/layout.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ui/src/styles/layout.css b/ui/src/styles/layout.css index 289ef6f0c..c2a5c6fe3 100644 --- a/ui/src/styles/layout.css +++ b/ui/src/styles/layout.css @@ -404,7 +404,6 @@ .nav-item.active { color: var(--text-strong); background: var(--accent-subtle); - border-color: rgba(255, 92, 92, 0.15); } .nav-item.active .nav-item__icon { @@ -412,18 +411,6 @@ color: var(--accent); } -.nav-item.active::before { - content: ''; - position: absolute; - left: 0; - top: 50%; - transform: translateY(-50%); - width: 3px; - height: 16px; - background: var(--accent); - border-radius: 0 2px 2px 0; -} - /* =========================================== Content Area =========================================== */