refac: styling

This commit is contained in:
Timothy J. Baek
2024-05-15 12:55:13 -10:00
parent f7fcf95689
commit 967277f1d5
13 changed files with 55 additions and 18 deletions

View File

@@ -100,3 +100,14 @@ select {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='number'] {
-moz-appearance: textfield; /* Firefox */
}