Skip to content

Commit

Permalink
Merge pull request #129 from imcvampire/patch-1
Browse files Browse the repository at this point in the history
Fix syntax
  • Loading branch information
Damian Dulisz authored Oct 13, 2016
2 parents f7b94f4 + dc048ef commit 854b6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Multiselect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ fieldset[disabled] .multiselect {
}
.multiselect__loading-enter-active,
.multiselect__loading-leave-active, {
.multiselect__loading-leave-active {
transition: opacity 0.4s ease-in-out;
opacity: 1;
}
Expand Down

0 comments on commit 854b6ae

Please sign in to comment.