New: Seek bar height now increases when seeking for improved feedback
This commit is contained in:
parent
f23bf85aa0
commit
bc664a5e30
1 changed files with 4 additions and 0 deletions
|
|
@ -768,6 +768,10 @@ progress+span {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sliderContainer:active .mdl-slider-background-flex {
|
||||||
|
transform: scaleY(1.75);
|
||||||
|
}
|
||||||
|
|
||||||
.mdl-slider-background-flex {
|
.mdl-slider-background-flex {
|
||||||
border-radius: var(--smallRadius);
|
border-radius: var(--smallRadius);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue