Skip to content

Commit 2e018a1

Browse files
ENGCOM-4722: Use proper variables for tooltip styles on tablet devices #22258
- Merge Pull Request #22258 from vovayatsyuk/magento2:fix-checkout-tooltip-styles - Merged commits: 1. 2e01743 2. 601e205
2 parents ab188bc + 601e205 commit 2e018a1

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)