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
I wanted to comment on #16574, but it is closed and I can't reopen it, so I was not sure that would notify anyone. Sorry in advance if creating a new issue was bad.
The problem (abbr[title] should not have border-bottom) is still here on v4-dev. I get underline and dotted border-bottom:
// Abbreviations and acronymsabbr[title],
// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257abbr[data-original-title] {
cursor: help;
border-bottom: 1pxdotted$abbr-border-color;
}
In the resulting boostrap.css, the reboot part goes lower than the normalize part, and the border ends up being shown.
The text was updated successfully, but these errors were encountered:
Remove the border-bottom from abbr elements since that's covered with an underline in Normalize.css. Updates the docs to match and tweaks some code comments, too.
Remove the border-bottom from abbr elements since that's covered with an underline in Normalize.css. Updates the docs to match and tweaks some code comments, too.
Hello,
I wanted to comment on #16574, but it is closed and I can't reopen it, so I was not sure that would notify anyone. Sorry in advance if creating a new issue was bad.
The problem (abbr[title] should not have border-bottom) is still here on
v4-dev
. I get underline and dotted border-bottom:(Screenshot was taken on Chrome v53 for Mac.)
Here is a JSBin too.
_normalize.scss:112
_reboot.scss:114
In the resulting
boostrap.css
, the reboot part goes lower than the normalize part, and the border ends up being shown.The text was updated successfully, but these errors were encountered: