Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Removed some redundant tooltip styles from close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Dec 23, 2010
1 parent 2e585f1 commit dd74088
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 19 deletions.
4 changes: 1 addition & 3 deletions dist/jquery.qtip.css
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Sun Dec 19 19:22:38 2010 +0000
* Date: Mon Dec 20 17:21:18 2010 +0000
*/

.ui-tooltip-accessible{
Expand Down Expand Up @@ -75,8 +75,6 @@
top: 5px;

cursor: pointer;
line-height: 0px;
font-size: 0px;
}

.ui-tooltip-close .ui-tooltip-icon{
Expand Down
3 changes: 1 addition & 2 deletions dist/jquery.qtip.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Sun Dec 19 19:22:38 2010 +0000
* Date: Mon Dec 20 17:21:18 2010 +0000
*/

"use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
Expand Down Expand Up @@ -243,7 +243,6 @@ function QTip(target, options, id)
else {
elems.button = $('<a />', {
'class': 'ui-state-default',
'text': 'Close tooltip',
'title': 'Close tooltip',
'css': { 'text-indent': '-10000em' }
})
Expand Down
18 changes: 9 additions & 9 deletions dist/jquery.qtip.min.js

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

4 changes: 2 additions & 2 deletions dist/jquery.qtip.pack.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/core.css
Expand Up @@ -61,8 +61,6 @@
top: 5px;

cursor: pointer;
line-height: 0px;
font-size: 0px;
}

.ui-tooltip-close .ui-tooltip-icon{
Expand Down
1 change: 0 additions & 1 deletion src/core.js
Expand Up @@ -218,7 +218,6 @@ function QTip(target, options, id)
else {
elems.button = $('<a />', {
'class': 'ui-state-default',
'text': 'Close tooltip',
'title': 'Close tooltip',
'css': { 'text-indent': '-10000em' }
})
Expand Down

0 comments on commit dd74088

Please sign in to comment.