mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-04 00:01:57 -04:00
Compare commits
2 Commits
4bfe893b3b
...
e2ffd983e2
Author | SHA1 | Date | |
---|---|---|---|
|
e2ffd983e2 | ||
|
5eeceebb78 |
@ -117,3 +117,12 @@
|
|||||||
background-color: var(--#{$prefix}tooltip-bg);
|
background-color: var(--#{$prefix}tooltip-bg);
|
||||||
@include border-radius(var(--#{$prefix}tooltip-border-radius));
|
@include border-radius(var(--#{$prefix}tooltip-border-radius));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Workaround for abbr when tooltip substitutes title for data-bs-original-title
|
||||||
|
//
|
||||||
|
// This matches the abbr styling in _reboot.scss
|
||||||
|
abbr[data-bs-original-title] {
|
||||||
|
text-decoration: underline dotted;
|
||||||
|
cursor: help;
|
||||||
|
text-decoration-skip-ink: none;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user