mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 20:43:39 +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 {
|
&.is-highlighted {
|
||||||
background: var(--d-hover);
|
background: var(--highlight-medium);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-selected {
|
&.is-selected {
|
||||||
background: var(--d-selected);
|
background: var(--tertiary-low);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-selected.is-highlighted {
|
&.is-selected.is-highlighted {
|
||||||
background: var(--d-hover);
|
background: var(--highlight-medium);
|
||||||
}
|
}
|
||||||
|
|
||||||
.discourse-tag,
|
.discourse-tag,
|
||||||
|
@ -245,7 +245,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&:hover .select-kit-row.is-highlighted:hover {
|
&:hover .select-kit-row.is-highlighted:hover {
|
||||||
background: var(--d-hover);
|
background: var(--highlight-medium);
|
||||||
}
|
}
|
||||||
|
|
||||||
.validation-message {
|
.validation-message {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user