Skip to content

Commit 82c6d21

Browse files
committed
Revert "almost useless commit"
This reverts commit 4d1950c.
1 parent 51524cc commit 82c6d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/css/angular-tooltips.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
._720kb-tooltip._720kb-tooltip-open {
42-
visibility: '';
42+
visibility: visible;
4343
opacity: 1;
4444
}
4545

src/js/angular-tooltips.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229

230230
$scope.bindHideTriggers = function bindHideTriggersHandle() {
231231

232-
if (hideTarget === 'tooltip') {
232+
if (hideTarget === 'tooltip'){
233233

234234
theTooltip.bind(hideTriggers, onMouseLeaveAndMouseOut);
235235
} else {

0 commit comments

Comments
 (0)