Skip to content

Commit f47e718

Browse files
authored
Merge pull request #193 from simonepri/master
Close #189 and #191
2 parents 01c4c89 + f9d8dd8 commit f47e718

9 files changed

+12
-26
lines changed

conf/tasks/scss.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,8 @@
1818
.pipe(changed(paths.output, {
1919
'extension': '.css'
2020
}))
21-
.pipe(sourcemaps.init({
22-
'loadMaps': true,
23-
'debug': true
24-
}))
2521
.pipe(sass(paths.scss.options))
2622
.pipe(header(paths.banner))
27-
.pipe(sourcemaps.write('.', {
28-
'includeContent': false,
29-
'sourceRoot': '../lib'
30-
}))
3123
.pipe(gulp.dest(paths.output))
3224
.pipe(browserSync.reload({
3325
'stream': true

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)