mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 13:54:00 +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 {
|
&__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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user