FIX: do not lighten color when no selection for cat and tag drops
This commit is contained in:
parent
cf9965fd54
commit
99cf091774
|
@ -40,6 +40,10 @@
|
|||
font-size: $font-0;
|
||||
transition: none;
|
||||
|
||||
&.is-none .selected-name {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.badge-wrapper {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
font-size: $font-0;
|
||||
transition: none;
|
||||
|
||||
&.is-none .selected-name {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.d-icon {
|
||||
opacity: 1;
|
||||
font-size: $font-0;
|
||||
|
|
Loading…
Reference in New Issue