From bf39bb3ac3d2aef4687b3cd4762015d5f218e2bc Mon Sep 17 00:00:00 2001 From: Starsam80 Date: Thu, 27 Oct 2016 16:13:17 -0600 Subject: Rename `.active` to `.show` --- scss/_tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/_tooltip.scss') diff --git a/scss/_tooltip.scss b/scss/_tooltip.scss index abfa9bdb5..24e198d46 100644 --- a/scss/_tooltip.scss +++ b/scss/_tooltip.scss @@ -11,7 +11,7 @@ word-wrap: break-word; opacity: 0; - &.active { opacity: $tooltip-opacity; } + &.show { opacity: $tooltip-opacity; } &.tooltip-top, &.bs-tether-element-attached-bottom { -- cgit v1.2.3