add comment about css rules to hide the arrows in the input field
This commit is contained in:
parent
59e623c938
commit
ece4d261c4
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue