##// END OF EJS Templates
Merge pull request #8190 from minrk/sticky-tooltip-description...
Matthias Bussonnier -
r21005:12f54add merge
parent child Browse files
Show More
@@ -65,7 +65,7 b' define(['
65 this._clocklink = $('<a/>').attr('href', "#");
65 this._clocklink = $('<a/>').attr('href', "#");
66 this._clocklink.attr('role', "button");
66 this._clocklink.attr('role', "button");
67 this._clocklink.addClass('ui-button');
67 this._clocklink.addClass('ui-button');
68 this._clocklink.attr('title', 'Tooltip is not dismissed while typing for 10 seconds');
68 this._clocklink.attr('title', 'Tooltip will linger for 10 seconds while you type');
69 var clockspan = $('<span/>').text('Close');
69 var clockspan = $('<span/>').text('Close');
70 clockspan.addClass('ui-icon');
70 clockspan.addClass('ui-icon');
71 clockspan.addClass('ui-icon-clock');
71 clockspan.addClass('ui-icon-clock');
General Comments 0
You need to be logged in to leave comments. Login now