1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Pass pointer events bypassing the slider thumb

This commit is contained in:
Dmitry Lyzo 2020-02-08 19:51:14 +03:00
parent 220bbb50a8
commit fe23ede57b

View file

@ -79,6 +79,7 @@
background: #00a4dc;
border: none;
transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), border 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
pointer-events: none;
}
.mdl-slider-hoverthumb::-webkit-slider-thumb {