We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e01743 commit 601e205Copy full SHA for 601e205
app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_tooltip.less
@@ -173,10 +173,10 @@
173
width: 0;
174
}
175
.field-tooltip .field-tooltip-content::before {
176
- border-bottom-color: @checkout-tooltip-content__border-color;
+ .lib-css(border-bottom-color, @checkout-tooltip-content__border-color);
177
178
.field-tooltip .field-tooltip-content::after {
179
- border-bottom-color: @checkout-tooltip-content__background-color;
+ .lib-css(border-bottom-color, @checkout-tooltip-content__background-color);
180
top: 1px;
181
182
0 commit comments