From 987f4914a6e2104ab3ffa216ca33ea9dc39425e7 Mon Sep 17 00:00:00 2001 From: Bart Ledoux Date: Mon, 13 Jan 2025 10:00:22 +0100 Subject: [PATCH] keep active state on hover --- ui/src/components/layout/SideBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/layout/SideBar.vue b/ui/src/components/layout/SideBar.vue index c1d74ea717a..dfd6d9107e9 100644 --- a/ui/src/components/layout/SideBar.vue +++ b/ui/src/components/layout/SideBar.vue @@ -258,7 +258,7 @@ color: var(--ks-content-primary); box-shadow: none; - &_active { + &_active, &_active:hover { background-color: var(--ks-button-background-secondary-active); font-weight: normal; }