mirror of https://github.com/docker/docs.git
12 lines
468 B
HTML
12 lines
468 B
HTML
<div data-tooltip-wrapper>
|
|
<div data-tooltip-button class="icon-svg flex items-center text-blue-light dark:text-blue-dark">
|
|
{{ partialCached "icon" "help" "help" }}
|
|
</div>
|
|
<div data-tooltip-body
|
|
class="absolute left-0 top-0 hidden max-w-56 rounded bg-accent-light p-2 text-white dark:bg-accent-dark"
|
|
role="tooltip">
|
|
{{ . }}
|
|
<div data-tooltip-arrow class="absolute h-2 w-2 rotate-45 bg-accent-light dark:bg-accent-dark"></div>
|
|
</div>
|
|
</div>
|