Skip to content

Commit 2e01743

Browse files
committed
Use proper variables for tooltip styles on tablet devices
1 parent ab188bc commit 2e01743

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

0 commit comments

Comments
 (0)