Skip to content

Commit

Permalink
Remove arrows on number input when adding items
Browse files Browse the repository at this point in the history
  • Loading branch information
gucci-ninja committed Apr 7, 2021
1 parent 1ce3103 commit c1f1304
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/darkswarm/_shop-inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c1f1304

Please sign in to comment.