Skip to content

Commit 8150b69

Browse files
committed
fixing close button
1 parent 6deb951 commit 8150b69

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/css/angular-tooltips.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
z-index: 9;
66
padding: 0.4% 1%;
77
opacity: 0;
8-
visibility: hidden;
98
-webkit-border-radius: 3px;
109
-moz-border-radius: 3px;
1110
border-radius: 3px;
1211
left: -200%;
1312
top: 0;
14-
pointer-events: none;
1513
}
1614

1715
._720kb-tooltip-title {
@@ -137,4 +135,4 @@
137135

138136
._720kb-tooltip-close-button {
139137
float: right;
140-
}
138+
}

0 commit comments

Comments
 (0)