UX: make tag filter color consistent with category filters (#27474)

This commit is contained in:
Kris 2024-06-13 16:45:00 -04:00 committed by GitHub
parent 1a917c5e5e
commit c2417ffc47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);