mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 11:13:09 +08:00
UX: switch highlight/select colours in select-kit (#17356)
This commit is contained in:
parent
fc36ac6cde
commit
63562e8b14
@ -209,17 +209,17 @@
|
||||
}
|
||||
|
||||
&.is-highlighted {
|
||||
background: var(--tertiary-low);
|
||||
}
|
||||
|
||||
&.is-selected {
|
||||
background: var(--highlight-medium);
|
||||
}
|
||||
|
||||
&.is-selected.is-highlighted {
|
||||
&.is-selected {
|
||||
background: var(--tertiary-low);
|
||||
}
|
||||
|
||||
&.is-selected.is-highlighted {
|
||||
background: var(--highlight-medium);
|
||||
}
|
||||
|
||||
.discourse-tag,
|
||||
.discourse-tag:visited,
|
||||
.discourse-tag:hover {
|
||||
@ -241,7 +241,7 @@
|
||||
width: 100%;
|
||||
|
||||
&:hover .select-kit-row.is-highlighted:hover {
|
||||
background: var(--tertiary-low);
|
||||
background: var(--highlight-medium);
|
||||
}
|
||||
|
||||
.validation-message {
|
||||
|
Loading…
x
Reference in New Issue
Block a user