diff options
Diffstat (limited to 'scss/_tooltip.scss')
| -rw-r--r-- | scss/_tooltip.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
