Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
aad527e4
Commit
aad527e4
authored
8 years ago
by
Mark Otto
Committed by
GitHub
8 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #20341 from pat270/v4-tooltip-static-demo
Docs Tooltip Static Demo uses v3 class names
parents
6dfb9b85
6157001b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/tooltips.md
+5
-5
docs/components/tooltips.md
with
5 additions
and
5 deletions
+5
-5
docs/components/tooltips.md
+
5
-
5
View file @
aad527e4
...
...
@@ -49,25 +49,25 @@ Hover over the links below to see tooltips:
Four options are available: top, right, bottom, and left aligned.
<div
class=
"bd-example bd-example-tooltip-static"
>
<div
class=
"tooltip top"
role=
"tooltip"
>
<div
class=
"tooltip
tooltip-
top"
role=
"tooltip"
>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-inner"
>
Tooltip on the top
</div>
</div>
<div
class=
"tooltip right"
role=
"tooltip"
>
<div
class=
"tooltip
tooltip-
right"
role=
"tooltip"
>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-inner"
>
Tooltip on the right
</div>
</div>
<div
class=
"tooltip bottom"
role=
"tooltip"
>
<div
class=
"tooltip
tooltip-
bottom"
role=
"tooltip"
>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-inner"
>
Tooltip on the bottom
</div>
</div>
<div
class=
"tooltip left"
role=
"tooltip"
>
<div
class=
"tooltip
tooltip-
left"
role=
"tooltip"
>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-inner"
>
Tooltip on the left
...
...
@@ -128,7 +128,7 @@ You should only add tooltips to HTML elements that are traditionally keyboard-fo
<a
href=
"#"
data-toggle=
"tooltip"
title=
"Some tooltip text!"
>
Hover over me
</a>
<!-- Generated markup by the plugin -->
<div
class=
"tooltip top"
role=
"tooltip"
>
<div
class=
"tooltip
tooltip-
top"
role=
"tooltip"
>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-inner"
>
Some tooltip text!
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment