mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
this somehow makes chrome sliders work
This commit is contained in:
parent
1acabd6aff
commit
853686b36c
1 changed files with 10 additions and 1 deletions
|
@ -54,7 +54,16 @@ input[type="range"] {
|
|||
width: 100%;
|
||||
height: 1rem;
|
||||
border-radius: var(--roundness);
|
||||
&::-webkit-slider-thumb,
|
||||
&::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
padding: 0;
|
||||
border: none;
|
||||
width: 2rem;
|
||||
height: 1rem;
|
||||
border-radius: var(--roundness);
|
||||
background-color: var(--main-color);
|
||||
}
|
||||
|
||||
&::-moz-range-thumb {
|
||||
-webkit-appearance: none;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue