Remove arrows from numeric input control

This commit is contained in:
2026-04-23 14:23:13 -04:00
parent c69e6ab7c1
commit 97c0fb7f8e

View File

@@ -27,10 +27,10 @@
.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
-webkit-appearance: none !important;
margin: 0 !important;
}
.no-arrows {
-moz-appearance: textfield;
-moz-appearance: textfield !important;
}