Skip to content

Commit 601e205

Browse files
committed
Use 'lib-css' utility
1 parent 2e01743 commit 601e205

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: @checkout-tooltip-content__border-color;
176+
.lib-css(border-bottom-color, @checkout-tooltip-content__border-color);
177177
}
178178
.field-tooltip .field-tooltip-content::after {
179-
border-bottom-color: @checkout-tooltip-content__background-color;
179+
.lib-css(border-bottom-color, @checkout-tooltip-content__background-color);
180180
top: 1px;
181181
}
182182
}

0 commit comments

Comments
 (0)