From 9d129a43d6c24d9e60cc8fc7cfbddaaa4c586fdf Mon Sep 17 00:00:00 2001 From: Johann-S Date: Mon, 24 Oct 2016 10:57:32 +0200 Subject: Use a single class name for opened/expanded/shown state of widgets --- 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 57ba8cf0c..abfa9bdb5 100644 --- a/scss/_tooltip.scss +++ b/scss/_tooltip.scss @@ -11,7 +11,7 @@ word-wrap: break-word; opacity: 0; - &.in { opacity: $tooltip-opacity; } + &.active { opacity: $tooltip-opacity; } &.tooltip-top, &.bs-tether-element-attached-bottom { -- cgit v1.2.3