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:
Martin Brennan 2024-12-12 09:27:37 +10:00 committed by GitHub
parent 9df7d6f9a0
commit 203f93bcaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@
&__settings {
.admin-site-settings-filter-controls {
background: var(--primary-very-low);
margin-bottom: 1em;
}

View File

@ -11,6 +11,7 @@
.admin-plugin-config-area {
&__settings {
.admin-site-settings-filter-controls {
background: var(--primary-very-low);
margin-bottom: 1em;
}