UX: Remove sidebar section header background highlight on focus (#18043)

This commit is contained in:
Alan Guo Xiang Tan 2022-08-23 15:42:25 +08:00 committed by GitHub
parent 2bcad12848
commit d390805e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,10 @@
&.sidebar-section-header-collapsable {
justify-content: flex-start;
padding: 0;
&:focus {
background: transparent;
}
}
}