Skip to content

Commit

Permalink
[tooltip] fix for #435 (#450)
Browse files Browse the repository at this point in the history
* [carousel] Fixed this arg in forEach

Should address issue #396

* [carousel] coerce querySelectorAll into an array

Coerce slide nodelist into an Array

* [carousel] ESLint

* [tooltip] fix issue #435

Remove `!important` from `display: block;` css

Fixes #435
  • Loading branch information
tmorehouse authored and pi0 committed May 24, 2017
1 parent 71aa673 commit 2889495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/tooltip.vue
Expand Up @@ -14,7 +14,7 @@

<style>
.tooltip {
display: block !important;
display: block;
transition: all 0.3s;
}
</style>
Expand Down

0 comments on commit 2889495

Please sign in to comment.