Fix the slider from moving too far on click
This commit is contained in:
parent
fabb4a4381
commit
9a72115b85
1 changed files with 2 additions and 2 deletions
|
|
@ -482,5 +482,5 @@ input:checked+label:after {
|
|||
}
|
||||
|
||||
label:active:after {
|
||||
width: 130px;
|
||||
width: 38px;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue