From 5b989fd5aea7dab7768af50dc421479d09e5265b Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:10:48 +0800 Subject: [PATCH] UX: add highlight for active nav in category settings (#30428) --- app/assets/stylesheets/common/components/navs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/components/navs.scss b/app/assets/stylesheets/common/components/navs.scss index c5d4ce9fc22..8bcfd348150 100644 --- a/app/assets/stylesheets/common/components/navs.scss +++ b/app/assets/stylesheets/common/components/navs.scss @@ -94,8 +94,8 @@ &.active { position: relative; - --arrow-thickness: 8px; + background: var(--d-selected); &::after { position: absolute;