Revert "Revert "Select-kit > use new color vars" (#20042)" (#20345)

This reverts commit 5f90790110.
This commit is contained in:
chapoi 2023-02-17 13:29:26 +07:00 committed by GitHub
parent 8465f53a35
commit 1a653d2ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -213,15 +213,15 @@
}
&.is-highlighted {
background: var(--highlight-medium);
background: var(--d-hover);
}
&.is-selected {
background: var(--tertiary-low);
background: var(--d-selected);
}
&.is-selected.is-highlighted {
background: var(--highlight-medium);
background: var(--d-hover);
}
.discourse-tag,
@ -245,7 +245,7 @@
width: 100%;
&:hover .select-kit-row.is-highlighted:hover {
background: var(--highlight-medium);
background: var(--d-hover);
}
.validation-message {