Skip to content

Commit

Permalink
fix firefox timpickerinput ui issue (#2109)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanlatheef authored Mar 5, 2024
1 parent 5d5b49e commit 83ee956
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/styles/components/_time-picker-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@
background: none;
font: inherit;
box-sizing: content-box;

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
-moz-appearance: textfield;
}
&amPm {
background: transparent;
}
}

Expand Down

0 comments on commit 83ee956

Please sign in to comment.