mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54:24 +01:00
Fix tooltip generated markup documentation (#38902)
This commit is contained in:
parent
cdcb503b88
commit
8c135169e7
@ -165,7 +165,7 @@ The required markup for a tooltip is only a `data` attribute and `title` on the
|
|||||||
<a href="#" data-bs-toggle="tooltip" data-bs-title="Some tooltip text!">Hover over me</a>
|
<a href="#" data-bs-toggle="tooltip" data-bs-title="Some tooltip text!">Hover over me</a>
|
||||||
|
|
||||||
<!-- Generated markup by the plugin -->
|
<!-- Generated markup by the plugin -->
|
||||||
<div class="tooltip bs-tooltip-top" role="tooltip">
|
<div class="tooltip bs-tooltip-auto" role="tooltip">
|
||||||
<div class="tooltip-arrow"></div>
|
<div class="tooltip-arrow"></div>
|
||||||
<div class="tooltip-inner">
|
<div class="tooltip-inner">
|
||||||
Some tooltip text!
|
Some tooltip text!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user