Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions conf/tasks/scss.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,8 @@
.pipe(changed(paths.output, {
'extension': '.css'
}))
.pipe(sourcemaps.init({
'loadMaps': true,
'debug': true
}))
.pipe(sass(paths.scss.options))
.pipe(header(paths.banner))
.pipe(sourcemaps.write('.', {
'includeContent': false,
'sourceRoot': '../lib'
}))
.pipe(gulp.dest(paths.output))
.pipe(browserSync.reload({
'stream': true
Expand Down
6 changes: 2 additions & 4 deletions dist/angular-tooltips.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* http://720kb.github.io/angular-tooltips
*
* MIT license
* Tue Nov 08 2016
* Sat Jan 21 2017
*/
@-webkit-keyframes animate-tooltip {
0% {
Expand Down Expand Up @@ -165,12 +165,10 @@ tooltip {
top: 50%;
width: 0; }

tip-tip #close-button {
tip-tip .close-button {
cursor: pointer;
float: right;
left: 8%;
margin-top: -7%;
padding: 3px;
position: relative; }

/*# sourceMappingURL=angular-tooltips.css.map */
2 changes: 1 addition & 1 deletion dist/angular-tooltips.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions dist/angular-tooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* http://720kb.github.io/angular-tooltips
*
* MIT license
* Tue Nov 08 2016
* Sat Jan 21 2017
*/
/*global angular,window*/
(function withAngular(angular, window) {
Expand Down Expand Up @@ -756,9 +756,7 @@
, unregisterOnTooltipSpeedChange = $attrs.$observe('tooltipSpeed', onTooltipSpeedChange)
, unregisterTipContentChangeWatcher = scope.$watch(whenActivateMultilineCalculation, calculateIfMultiLine);

closeButtonElement.attr({
'id': 'close-button'
});
closeButtonElement.addClass('close-button');
closeButtonElement.html('×');

tipElement.addClass('_hidden');
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-tooltips.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/angular-tooltips.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading