FIX: do not lighten color when no selection for cat and tag drops

This commit is contained in:
Joffrey JAFFEUX 2018-03-29 15:20:47 +02:00 committed by GitHub
parent cf9965fd54
commit 99cf091774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,10 @@
font-size: $font-0;
transition: none;
&.is-none .selected-name {
color: inherit;
}
.badge-wrapper {
margin-right: 0;
}

View File

@ -11,6 +11,10 @@
font-size: $font-0;
transition: none;
&.is-none .selected-name {
color: inherit;
}
.d-icon {
opacity: 1;
font-size: $font-0;