Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit bff4c34

Browse files
committed
Move tooltip to outer div
1 parent 3d97197 commit bff4c34

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

css/obBase.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,8 @@ form {
489489
transition: top .3s cubic-bezier(0, 0, 0.2, 1);
490490
}
491491

492-
.listingDoesNotShipToYou {
492+
.listingDoesNotShipToYou,
493+
.listingDoesNotShipToYou.tooltip {
493494
background: #252525;
494495
height: 18px;
495496
width: 18px;

js/templates/itemShort.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
<% } %>
9090

9191
<% if(!shipsToYou && ob.ships_to.length != 0){ %>
92-
<div class="listingDoesNotShipToYou cursorDefault">
93-
<span class="ion-minus-circled fontSize15 tooltip marginLeft05" style="color: #DCDCDC" data-tooltip="<%= polyglot.t('DoesNotShip') %>"></span>
92+
<div class="listingDoesNotShipToYou cursorDefault tooltip" data-tooltip="<%= polyglot.t('DoesNotShip') %>">
93+
<span class="ion-minus-circled fontSize15 marginLeft05 positionWrapper" style="color: #DCDCDC" ></span>
9494
</div>
9595
<% } %>
9696

0 commit comments

Comments
 (0)