Skip to content

Commit

Permalink
fix(markup): use correct tooltip themes
Browse files Browse the repository at this point in the history
Tooltips were being covered by the UI components they were attached to.

Relates #8142

Signed-off-by: Spencer Wahl <spencer.wahl@ec.gc.ca>
  • Loading branch information
Spencer Wahl committed Jun 11, 2015
1 parent e5fe71e commit 6b33c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/pages/ramp.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h2 class="mrgn-tp-sm page-header h3">
{{t "bookmarkLink.title"}}
</h2>
<button class="button-none button-close _tooltip" title="{{t "gui.actions.close"}}">
<button class="button-none button-close _tooltip" title="{{t "gui.actions.close"}}" data-tooltip-theme="tooltipster-above-export">
<span class="wb-invisible">{{t "gui.actions.close"}}</span>
</button>
<div class="get-link-content">
Expand Down Expand Up @@ -110,7 +110,7 @@
<h2 class="mrgn-tp-sm page-header h3">
{{t "help.sectionsTitle"}}
</h2>
<button class="button-none button-close _tooltip" title="{{t "gui.actions.close"}}">
<button class="button-none button-close _tooltip" title="{{t "gui.actions.close"}}" data-tooltip-theme="tooltipster-above-export">
<span class="wb-invisible">{{t "gui.actions.close"}}</span>
</button>
<div id="help-content">
Expand Down

0 comments on commit 6b33c11

Please sign in to comment.