mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 23:54:08 +02:00
Fixes #11277: Drop the abbr element from the .initialism selector
This commit is contained in:
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@@ -669,7 +669,7 @@ abbr[data-original-title] {
|
|||||||
border-bottom: 1px dotted #999999;
|
border-bottom: 1px dotted #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
abbr.initialism {
|
.initialism {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -215,7 +215,7 @@ abbr[data-original-title] {
|
|||||||
cursor: help;
|
cursor: help;
|
||||||
border-bottom: 1px dotted @abbr-border-color;
|
border-bottom: 1px dotted @abbr-border-color;
|
||||||
}
|
}
|
||||||
abbr.initialism {
|
.initialism {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user