Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-07-03 21:33:56 +0300
committerMark Otto <markdotto@gmail.com>2017-07-03 21:33:56 +0300
commit7011e272c18cbe758649592b5b9d7bcd19a9c0c4 (patch)
tree43bf636cdd497624e743d65d63c36f2d18807af7 /less
parent48f1482306b8b81cf1588afcb2fdcd788e0db950 (diff)
remove abbr border-bottom styling. fixes #16574.
Diffstat (limited to 'less')
-rw-r--r--less/type.less7
1 files changed, 0 insertions, 7 deletions
diff --git a/less/type.less b/less/type.less
index 0d4fee4848..01a41f1d02 100644
--- a/less/type.less
+++ b/less/type.less
@@ -229,13 +229,6 @@ dd {
// Misc
// -------------------------
-// Abbreviations and acronyms
-abbr[title],
-// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
-abbr[data-original-title] {
- cursor: help;
- border-bottom: 1px dotted @abbr-border-color;
-}
.initialism {
font-size: 90%;
.text-uppercase();