mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +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:
@ -90,6 +90,7 @@
|
|||||||
|
|
||||||
&__settings {
|
&__settings {
|
||||||
.admin-site-settings-filter-controls {
|
.admin-site-settings-filter-controls {
|
||||||
|
background: var(--primary-very-low);
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
.admin-plugin-config-area {
|
.admin-plugin-config-area {
|
||||||
&__settings {
|
&__settings {
|
||||||
.admin-site-settings-filter-controls {
|
.admin-site-settings-filter-controls {
|
||||||
|
background: var(--primary-very-low);
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user