Skip to content

Commit

Permalink
fix(bridge): remove input arrows from firefox (#6248)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadab-taiko committed Jan 3, 2023
1 parent e0dd9d4 commit 197ae01
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/bridge-ui/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,13 @@
.dropdown-content.address-dropdown-content {
border-radius: 6px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type=number] {
-moz-appearance: textfield;
}

0 comments on commit 197ae01

Please sign in to comment.