Skip to content

Commit 324287d

Browse files
authored
ENGCOM-4722: Use proper variables for tooltip styles on tablet devices #22258
2 parents 7beb40f + 5286ff8 commit 324287d

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@
173173
width: 0;
174174
}
175175
.field-tooltip .field-tooltip-content::before {
176-
border-bottom-color: @color-gray40;
176+
.lib-css(border-bottom-color, @checkout-tooltip-content__border-color);
177177
}
178178
.field-tooltip .field-tooltip-content::after {
179-
border-bottom-color: @color-gray-light01;
179+
.lib-css(border-bottom-color, @checkout-tooltip-content__background-color);
180180
top: 1px;
181181
}
182182
}

0 commit comments

Comments
 (0)