From d390805e40a42ab08719d2128d201015b0d285d0 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Tue, 23 Aug 2022 15:42:25 +0800 Subject: [PATCH] UX: Remove sidebar section header background highlight on focus (#18043) --- app/assets/stylesheets/common/base/sidebar-section.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common/base/sidebar-section.scss b/app/assets/stylesheets/common/base/sidebar-section.scss index 5800cafe63c..d3befdda717 100644 --- a/app/assets/stylesheets/common/base/sidebar-section.scss +++ b/app/assets/stylesheets/common/base/sidebar-section.scss @@ -38,6 +38,10 @@ &.sidebar-section-header-collapsable { justify-content: flex-start; padding: 0; + + &:focus { + background: transparent; + } } }