mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:11:08 -06:00
UX: add active highlight for breadcrumb navigation (#27422)
This commit is contained in:
parent
74e7bed7d5
commit
dc2be1a9bd
@ -19,6 +19,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.has-selection {
|
||||
.category-drop-header {
|
||||
color: var(--quaternary);
|
||||
border-color: var(--quaternary);
|
||||
}
|
||||
}
|
||||
|
||||
.select-kit-row {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
|
@ -14,6 +14,13 @@
|
||||
.tag-drop-header {
|
||||
color: var(--primary-high);
|
||||
}
|
||||
|
||||
&.has-selection {
|
||||
.tag-drop-header {
|
||||
color: var(--quaternary);
|
||||
border-color: var(--quaternary);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user