mirror of
https://github.com/discourse/discourse.git
synced 2025-03-15 18:45:35 +08:00
UX: Remove sidebar section header background highlight on focus (#18043)
This commit is contained in:
parent
2bcad12848
commit
d390805e40
@ -38,6 +38,10 @@
|
|||||||
&.sidebar-section-header-collapsable {
|
&.sidebar-section-header-collapsable {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user