UX: Retain category badge style on categories select kit. (#17332)
Category badge changes based on the `category style` site setting so we
do not want to forcing all category names to the same color.
Follow-up to 3266350e80
This commit is contained in:
parent
2ea202b30a
commit
ef7a518159
|
@ -10,10 +10,6 @@
|
|||
-webkit-box-flex: 0;
|
||||
-ms-flex: 1 1 auto;
|
||||
flex: 1 1 auto;
|
||||
|
||||
.category-name {
|
||||
color: var(--primary);
|
||||
}
|
||||
}
|
||||
.category-desc p {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue