fix: Remove number input arrows (no-changelog) (#6782)

fix: remove number input arrows
This commit is contained in:
Alex Grozav 2023-07-28 14:33:43 +03:00 committed by GitHub
parent d33528dab3
commit d2bbdaa58a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,18 @@
line-height: #{var.$input-height - 2};
width: 100%;
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type='number'] {
-moz-appearance: textfield !important;
}
.el-input {
display: block;