fix: 🐛 Removed nonstandard CSS

This commit is contained in:
Keith Irwin 2023-11-01 10:34:30 -06:00
parent 1a4cec4f01
commit af3b95df6b
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 0 additions and 4 deletions

View File

@ -148,10 +148,6 @@ input[type=number]::-webkit-outer-spin-button {
appearance: none;
margin: 0;
}
/* https://www.w3schools.com/howto/howto_css_hide_arrow_number.asp */
input[type=number] {
-moz-appearance: textfield;
}
input[type=checkbox], input[type=radio] {
width: fit-content;
}