Skip to content

Commit 8a68cd4

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-90056' into 2.2-develop-pr59
2 parents 67b6ea5 + b847675 commit 8a68cd4

File tree

1 file changed

+4
-2
lines changed
  • app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout

1 file changed

+4
-2
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_tooltip.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// _____________________________________________
99

1010
@checkout-tooltip__hover__z-index: @tooltip__z-index;
11-
@checkout-tooltip-breakpoint__screen-m: @modal-popup-breakpoint-screen__m;
1211

1312
@checkout-tooltip-icon-arrow__font-size: 10px;
1413
@checkout-tooltip-icon-arrow__left: -( @checkout-tooltip-content__padding + @checkout-tooltip-icon-arrow__font-size - @checkout-tooltip-content__border-width);
@@ -138,9 +137,12 @@
138137
}
139138
}
140139

141-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @checkout-tooltip-breakpoint__screen-m) {
140+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break >= @screen__m) {
142141
.field-tooltip {
143142
.field-tooltip-content {
143+
.lib-css(right, @checkout-tooltip-content-mobile__right);
144+
.lib-css(top, @checkout-tooltip-content-mobile__top);
145+
left: auto;
144146
&:extend(.abs-checkout-tooltip-content-position-top-mobile all);
145147
}
146148
}

0 commit comments

Comments
 (0)