Skip to content

Commit

Permalink
Remove default input type number styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Roene-JustBetter committed Dec 12, 2024
1 parent e171233 commit da077d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ listing {
margin: unset;
white-space: unset;
}

/* Remove default browser arrows for input type="number" */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
@apply appearance-none m-0;
}

0 comments on commit da077d3

Please sign in to comment.