mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 12:37:54 +08:00
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.
26 lines
517 B
SCSS
Vendored
26 lines
517 B
SCSS
Vendored
.admin-controls.admin-site-settings-filter-controls
|
|
.controls
|
|
.admin-site-settings-filter-controls__input {
|
|
max-width: 300px;
|
|
}
|
|
|
|
.admin-controls.admin-site-settings-filter-controls .menu-toggle {
|
|
margin-left: 0.5em;
|
|
}
|
|
|
|
.admin-plugin-config-area {
|
|
&__settings {
|
|
.admin-site-settings-filter-controls {
|
|
background: var(--primary-very-low);
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.admin-filtered-site-settings {
|
|
padding: 0.5em 1em;
|
|
}
|
|
|
|
.setting-label {
|
|
margin-left: 18px;
|
|
}
|
|
}
|
|
}
|