New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abbr with tooltip plugin #5257
Comments
|
thanks for pointing this out. I saw it happening on a page I was working on, just never investigated it more to find the solution |
|
Why wouldn't you just be using the |
|
tooltip plugin's |
|
I assume it does this to prevent the browser displaying its own tooltip in addition to Bootstrap's tooltip. |
|
makes sense. |
* 2.1.2-wip: (107 commits) comments in template adding another template for same-width nav links using 'display: table-cell;' fixes twbs#5443: reset background gradient on disabled dropdown links fixes twbs#5416: use correct variable for inverse navbar responsive links Changing title of docs pages to simply say 'Bootstrap' like the docs home page remove 'at twitter' part of readme fixes twbs#5430: scope link styles in .dropdown-menu to .dropdown-menu li > a finish off scoping of grid sizing to table elements fixes twbs#5257: add data-original-title attribute selector to abbr element use border-radius vars where possible copy and style changes to improve docs rendering on mobile devices fixes twbs#5352: update docs messaging for disable nav links fixes twbs#5392: hover on submenu should maintain white icons for active parent a tag remove double border effect: instead of inset shadow and border on fixed navbars, only border improve dropdown submenu docs; add docs for left submenu; remove all dupe css for left submenu fixes twbs#5319: add backface-visibility for webkit skewing fixes twbs#5377: change selectors for navbar collapse to be unique so only one open/closes at a time fix copy on modal popover button doodad fixes twbs#5123: scope table grid classes to td and th elements only, plus drop columns 13-24 fixes twbs#5275: inline-block badges and labels, then fix padding accordingly ...
|
Per #36296 (comment), I believe this regressed in |
when used with tolltip plugin, abbr tags does not use styling. need to add
abbr[data-original-title]selector to original selector.The text was updated successfully, but these errors were encountered: