mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: Remove number input arrows (no-changelog) (#6782)
fix: remove number input arrows
This commit is contained in:
parent
d33528dab3
commit
d2bbdaa58a
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue