mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Scale on hover with 'hoverthumb' style only
This commit is contained in:
parent
dc95a76e10
commit
91c8776fbd
1 changed files with 3 additions and 7 deletions
|
@ -79,11 +79,7 @@
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
.mdl-slider-hoverthumb::-webkit-slider-thumb {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.mdl-slider:hover::-webkit-slider-thumb {
|
||||
.mdl-slider-hoverthumb:hover::-webkit-slider-thumb {
|
||||
transform: scale(1.3);
|
||||
}
|
||||
|
||||
|
@ -107,7 +103,7 @@
|
|||
transition: 0.2s;
|
||||
}
|
||||
|
||||
.mdl-slider:hover::-moz-range-thumb {
|
||||
.mdl-slider-hoverthumb:hover::-moz-range-thumb {
|
||||
transform: scale(1.3);
|
||||
}
|
||||
|
||||
|
@ -127,7 +123,7 @@
|
|||
transition: 0.2s;
|
||||
}
|
||||
|
||||
.mdl-slider:hover::-ms-thumb {
|
||||
.mdl-slider-hoverthumb:hover::-ms-thumb {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue