add comment about css rules to hide the arrows in the input field

This commit is contained in:
Thomas Rupprecht 2022-12-08 23:12:06 +01:00 committed by Michael Weimann
parent 59e623c938
commit ece4d261c4
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@ code {
display: inline-block; display: inline-block;
} }
/* Hide the arrow up/down buttons rendered by the browser in the input field */
/* Chrome, Safari, Edge, Opera */ /* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button { input[type=number]::-webkit-inner-spin-button {