mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:29:30 +08:00
UX: make tag filter color consistent with category filters (#27474)
This commit is contained in:
parent
1a917c5e5e
commit
c2417ffc47
|
@ -3,6 +3,11 @@
|
|||
&.tag-drop {
|
||||
min-width: auto;
|
||||
|
||||
.tag-drop-header,
|
||||
.selected-name {
|
||||
color: var(--primary-high);
|
||||
}
|
||||
|
||||
.select-kit-row {
|
||||
&[data-value="all-tags"],
|
||||
&[data-value="no-tags"] {
|
||||
|
@ -11,10 +16,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.tag-drop-header {
|
||||
color: var(--primary-high);
|
||||
}
|
||||
|
||||
&.has-selection {
|
||||
.tag-drop-header {
|
||||
color: var(--quaternary);
|
||||
|
|
Loading…
Reference in New Issue
Block a user