Skip to content

Commit

Permalink
FIX - firefox - hide number input arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
bartko-s committed Sep 8, 2019
1 parent dc0464a commit b17cf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/static/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ body {
&::-webkit-inner-spin-button,
&::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
margin: 0;
}
-moz-appearance:textfield;
}

button:focus {
Expand Down

0 comments on commit b17cf5e

Please sign in to comment.