From e90a92b298f8b27b84a32229a79344c5fa7a61e7 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:30:58 -0600 Subject: [PATCH] fix (#30452) --- app/assets/stylesheets/common/base/sidebar-section-link.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/sidebar-section-link.scss b/app/assets/stylesheets/common/base/sidebar-section-link.scss index e4c34f13b3e..31ba7442302 100644 --- a/app/assets/stylesheets/common/base/sidebar-section-link.scss +++ b/app/assets/stylesheets/common/base/sidebar-section-link.scss @@ -40,7 +40,8 @@ } } - &--active { + &--active, + &.active { background: var(--d-selected); font-weight: bold;