mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
Remove leftover abbr styles in Reboot for tooltips
/cc @GeoSot
This commit is contained in:
@@ -134,16 +134,14 @@ p {
|
|||||||
|
|
||||||
// Abbreviations
|
// Abbreviations
|
||||||
//
|
//
|
||||||
// 1. Duplicate behavior to the data-bs-* attribute for our tooltip plugin
|
// 1. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
|
||||||
// 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
|
// 2. Add explicit cursor to indicate changed behavior.
|
||||||
// 3. Add explicit cursor to indicate changed behavior.
|
// 3. Prevent the text-decoration to be skipped.
|
||||||
// 4. Prevent the text-decoration to be skipped.
|
|
||||||
|
|
||||||
abbr[title],
|
abbr[title] {
|
||||||
abbr[data-bs-original-title] { // 1
|
text-decoration: underline dotted; // 1
|
||||||
text-decoration: underline dotted; // 2
|
cursor: help; // 2
|
||||||
cursor: help; // 3
|
text-decoration-skip-ink: none; // 3
|
||||||
text-decoration-skip-ink: none; // 4
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user