Remove Tooltip opacity from core-controller

This commit is contained in:
Tanner Linsley 2015-10-31 18:16:35 -06:00
parent fa33f3158e
commit 8398d26d10

View File

@ -458,20 +458,7 @@
// The usual updates
this.tooltip.initialize();
// Active
if (this.tooltipActive.length) {
this.tooltip._model.opacity = 1;
helpers.extend(this.tooltip, {
_active: this.tooltipActive,
});
} else {
// Inactive
this.tooltip._model.opacity = 0;
}
this.tooltip.update();
this.tooltip._active = this.tooltipActive;
}
// Hover animations