mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 18:26:38 +02:00
🐛 Fixed Firefox behaviour
This commit is contained in:
parent
8077f2704e
commit
ccbe50b042
3 changed files with 7 additions and 2 deletions
|
@ -221,3 +221,7 @@ input[type=number]::-webkit-inner-spin-button,
|
|||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type=number] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue