chore: Also define the standard property 'appearance' for compatibilitycss(vendorPrefix)

This commit is contained in:
Silentoplayz 2025-06-05 12:02:31 -04:00
parent 543ed432b1
commit 3c5ae1f62e

View File

@ -917,6 +917,7 @@
} }
input[type='number'] { input[type='number'] {
appearance: textfield;
-moz-appearance: textfield; /* Firefox */ -moz-appearance: textfield; /* Firefox */
} }
</style> </style>