From ed0715f1c8d6f7fa6f7094a8f2c13d103f122582 Mon Sep 17 00:00:00 2001 From: GouJ Date: Mon, 14 Sep 2026 18:06:28 +0800 Subject: [PATCH] fix: retain hover background on active workspace tabs --- src/styles/admin.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/admin.css b/src/styles/admin.css index cb06b55..aef10bb 100644 --- a/src/styles/admin.css +++ b/src/styles/admin.css @@ -447,6 +447,7 @@ body { .workspace-tabs .n-tabs-tab--active { font-weight: 600; } +.workspace-tabs .n-tabs-tab--active, .workspace-tabs .n-tabs-tab:hover { background: var(--app-subtle); }