UX: Site setting filter background inconsistencies (#30393)

Followup 203f93bcaf

This commit makes sure the background for all the admin
site settings filters (including the filter input and
override checkbox) is consistent no matter what the theme,
as it currently changes based on theme.
This commit is contained in:
Martin Brennan 2024-12-20 10:51:35 +10:00 committed by GitHub
parent c315e26485
commit fa9606016c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 11 deletions

View File

@ -92,17 +92,22 @@
}
&__settings {
.admin-site-settings-filter-controls {
background: var(--primary-very-low);
margin-bottom: 1em;
}
.setting-label {
margin-left: 18px;
}
}
}
.admin-site-settings-filter-controls {
background: var(--primary-very-low);
margin-bottom: 1em;
.controls,
.search.controls {
background: var(--primary-very-low);
}
}
.admin-config-area-empty-list {
padding: 1em;
border: 1px solid var(--primary-low);

View File

@ -10,11 +10,6 @@
.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;
}

View File

@ -5108,7 +5108,7 @@ en:
# This section is exported to the javascript for i18n in the admin section
admin_js:
# This is a text input placeholder, keep the translation short
type_to_filter: "type to filter…"
type_to_filter: "Type to filter…"
settings: "Settings"
admin: