Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit d1195ad

Browse files
author
Simone Primarosa
committed
Build dist
1 parent fac8c43 commit d1195ad

File tree

6 files changed

+10
-14
lines changed

6 files changed

+10
-14
lines changed

dist/angular-tooltips.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://720kb.github.io/angular-tooltips
77
*
88
* MIT license
9-
* Tue Nov 08 2016
9+
* Sat Jan 21 2017
1010
*/
1111
@-webkit-keyframes animate-tooltip {
1212
0% {
@@ -165,12 +165,10 @@ tooltip {
165165
top: 50%;
166166
width: 0; }
167167

168-
tip-tip #close-button {
168+
tip-tip .close-button {
169169
cursor: pointer;
170170
float: right;
171171
left: 8%;
172172
margin-top: -7%;
173173
padding: 3px;
174174
position: relative; }
175-
176-
/*# sourceMappingURL=angular-tooltips.css.map */

dist/angular-tooltips.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-tooltips.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://720kb.github.io/angular-tooltips
77
*
88
* MIT license
9-
* Tue Nov 08 2016
9+
* Sat Jan 21 2017
1010
*/
1111
/*global angular,window*/
1212
(function withAngular(angular, window) {
@@ -756,9 +756,7 @@
756756
, unregisterOnTooltipSpeedChange = $attrs.$observe('tooltipSpeed', onTooltipSpeedChange)
757757
, unregisterTipContentChangeWatcher = scope.$watch(whenActivateMultilineCalculation, calculateIfMultiLine);
758758

759-
closeButtonElement.attr({
760-
'id': 'close-button'
761-
});
759+
closeButtonElement.addClass('close-button');
762760
closeButtonElement.html('×');
763761

764762
tipElement.addClass('_hidden');

dist/angular-tooltips.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-tooltips.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)