Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tooltips/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1 class="page-title">
<li><code>.tooltipped-nw</code></li>
</ul>

<p>Remember, <code>aria-label</code> and tooltip classes must go directly on <code>&lt;button&gt;</code> and <code>&lt;a&gt;</code> elements. Tooltip classes also conflict with Octicon classes, and as such, must go on a parent element instead of the icon.</p>
<p>Tooltip classes will conflict with Octicon classes, and as such, must go on a parent element instead of the icon.</p>

<div class="docs-example clearfix"><span class="tooltipped tooltipped-n" aria-label="This is the tooltip.">
Text with a tooltip
Expand Down