From 8398d26d10ee030339cafb77519a98857ce9dd66 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Sat, 31 Oct 2015 18:16:35 -0600 Subject: [PATCH] Remove Tooltip opacity from core-controller --- src/core/core.controller.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/core/core.controller.js b/src/core/core.controller.js index df0ca25ac..da478378c 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -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 -- 2.47.3