mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:13:38 +08:00
Revert "Select-kit > use new color vars" (#20042)
This reverts commit 8534391044
.
This commit is contained in:
parent
4ecfac39a6
commit
5f90790110
|
@ -213,15 +213,15 @@
|
|||
}
|
||||
|
||||
&.is-highlighted {
|
||||
background: var(--d-hover);
|
||||
background: var(--highlight-medium);
|
||||
}
|
||||
|
||||
&.is-selected {
|
||||
background: var(--d-selected);
|
||||
background: var(--tertiary-low);
|
||||
}
|
||||
|
||||
&.is-selected.is-highlighted {
|
||||
background: var(--d-hover);
|
||||
background: var(--highlight-medium);
|
||||
}
|
||||
|
||||
.discourse-tag,
|
||||
|
@ -245,7 +245,7 @@
|
|||
width: 100%;
|
||||
|
||||
&:hover .select-kit-row.is-highlighted:hover {
|
||||
background: var(--d-hover);
|
||||
background: var(--highlight-medium);
|
||||
}
|
||||
|
||||
.validation-message {
|
||||
|
|
Loading…
Reference in New Issue
Block a user