You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, I feel the font size of the content of 'tooltip' is small, but I do not find some solutions.So I made a 'popover'. When I click a span element like:
the 'popover' function is normal and it shows 'hello!'. But when mouse hover the above span, the 'tooltip' still shows tip:hello! So how to disable the content of tooltip when I use 'popover' ?
The text was updated successfully, but these errors were encountered:
hello, I feel the font size of the content of 'tooltip' is small, but I do not find some solutions.So I made a 'popover'. When I click a span element like:
<span name="explanation" class="explanation-tooltip glyphicon glyphicon-question-sign" data-container="body" data-toggle="popover" data-title="hello!" data-original-title="" title=""></span>
the 'popover' function is normal and it shows 'hello!'. But when mouse hover the above span, the 'tooltip' still shows tip:hello! So how to disable the content of tooltip when I use 'popover' ?
The text was updated successfully, but these errors were encountered: