Skip to content

Commit cf80050

Browse files
authored
ENGCOM-3938: tooltip-dropdown-pointer :: Tooltip dropdown pointer not proper on ta… #20488
2 parents d0823b7 + 2c5a441 commit cf80050

File tree

1 file changed

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

1 file changed

+29
-0
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,32 @@
147147
}
148148
}
149149
}
150+
151+
//
152+
// Tablet
153+
// _____________________________________________
154+
155+
@media only screen and (max-width: @screen__m) {
156+
.field-tooltip .field-tooltip-content {
157+
left: auto;
158+
right: -10px;
159+
top: 40px;
160+
}
161+
.field-tooltip .field-tooltip-content::before,
162+
.field-tooltip .field-tooltip-content::after {
163+
border: 10px solid transparent;
164+
height: 0;
165+
left: auto;
166+
margin-top: -21px;
167+
right: 10px;
168+
top: 0;
169+
width: 0;
170+
}
171+
.field-tooltip .field-tooltip-content::before {
172+
border-bottom-color: @color-gray40;
173+
}
174+
.field-tooltip .field-tooltip-content::after {
175+
border-bottom-color: @color-gray-light01;
176+
top: 1px;
177+
}
178+
}

0 commit comments

Comments
 (0)