Tooltips/popovers without delay
This commit is contained in:
parent
9b469cee7d
commit
8959fac415
@ -2,7 +2,7 @@ if(typeof($.fn.popover) != 'undefined'){
|
||||
$('[data-toggle="popover"]').popover();
|
||||
}
|
||||
if(typeof($.fn.tooltip) != 'undefined'){
|
||||
$('[data-toggle="tooltip"]').tooltip({'delay' : {'show': 1250, 'hide': 250}});
|
||||
$('[data-toggle="tooltip"]').tooltip({'delay' : {'show': 0, 'hide': 0}});
|
||||
}
|
||||
|
||||
function NavbarTransparent() {
|
||||
|
@ -701,6 +701,8 @@ footer
|
||||
|
||||
|
||||
.tooltip
|
||||
transition: none
|
||||
|
||||
&.in
|
||||
opacity: 1
|
||||
|
||||
|
@ -168,5 +168,5 @@ script(type="text/javascript").
|
||||
|
||||
|
||||
if (typeof $().tooltip != 'undefined'){
|
||||
$('[data-toggle="tooltip"]').tooltip({'delay' : {'show': 1250, 'hide': 250}});
|
||||
$('[data-toggle="tooltip"]').tooltip({'delay' : {'show': 0, 'hide': 0}});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user