mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 06:33:22 +08:00
fix slider thumbs on firefox (#1747)
This commit is contained in:
parent
2fd3d05886
commit
72850ce20b
1 changed files with 3 additions and 1 deletions
|
@ -52,9 +52,11 @@ input[type="range"] {
|
|||
width: 100%;
|
||||
height: 1rem;
|
||||
border-radius: var(--roundness);
|
||||
&::-webkit-slider-thumb {
|
||||
&::-webkit-slider-thumb,
|
||||
&::-moz-range-thumb {
|
||||
-webkit-appearance: none;
|
||||
padding: 0;
|
||||
border: none;
|
||||
width: 2rem;
|
||||
height: 1rem;
|
||||
border-radius: var(--roundness);
|
||||
|
|
Loading…
Reference in a new issue