Skip to content

Commit 8469ef9

Browse files
committed
fix: hide arrows in mozilla
1 parent 95bb65d commit 8469ef9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/components/product/QuantitySelector.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,9 @@ watch(count, (newVal: number) => {
7979
</div>
8080
</div>
8181
</template>
82+
83+
<style scoped>
84+
input[type=number] {
85+
-moz-appearance:textfield;
86+
}
87+
</style>

0 commit comments

Comments
 (0)