fix: Remove number input arrows (no-changelog) (#6782)
fix: remove number input arrows
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user