mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Revert "Select-kit > use new color vars" (#20042)
This reverts commit 853439104438d3f45377c636a251627f35e75222.
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…
x
Reference in New Issue
Block a user