UX: Fix overridden setting highlight color (#22245)

This commit is contained in:
Penar Musaraj 2023-06-22 18:01:48 -04:00 committed by GitHub
parent 808c6ad1cd
commit 92389e5475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@
} }
} }
.setting.overridden { .setting.overridden {
input { .values input {
background-color: var(--highlight-bg); background-color: var(--highlight-bg);
} }
h3 { h3 {