Created
April 5, 2024 18:54
-
-
Save elias1435/1525b7b22942cd034c625182dd40162a to your computer and use it in GitHub Desktop.
number input field increase and decrease handler always display with css only
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input[type=number]::-webkit-inner-spin-button, | |
input[type=number]::-webkit-outer-spin-button { | |
opacity: 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment