mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 07:43:48 +08:00
FIX: Background color for settings overriden filter (#30221)
This was fixed previously but must have regressed, we are showing a darker grey background around the "Only show overridden" checkbox for our Settings tab in config pages.
This commit is contained in:
parent
9df7d6f9a0
commit
203f93bcaf
|
@ -90,6 +90,7 @@
|
|||
|
||||
&__settings {
|
||||
.admin-site-settings-filter-controls {
|
||||
background: var(--primary-very-low);
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
.admin-plugin-config-area {
|
||||
&__settings {
|
||||
.admin-site-settings-filter-controls {
|
||||
background: var(--primary-very-low);
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user