Merge pull request #7338 from gucci-ninja/7306-remove-arrows-from-number-input

Remove arrows on number input when adding items
This commit is contained in:
Matt-Yorkley
2021-04-08 16:10:02 +02:00
committed by GitHub

View File

@@ -117,6 +117,13 @@ button.bulk-buy-add.variant-quantity {
}
}
// Hide number arrows on Chrome, Safari, Edge, Opera
.variant-quantity::-webkit-outer-spin-button,
.variant-quantity::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.variant-bulk-buy-price-summary {
color: $disabled-med;
margin-bottom: 1em;