Volume slider thumb effect works in Firefox

This commit is contained in:
Eduard Urbach 2019-07-05 17:04:37 +09:00
parent c31b7b3950
commit 79d04cf55a
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -159,12 +159,22 @@ mixin volume-slider-hover-thumb
::-moz-range-thumb
volume-slider-thumb
-moz-appearance none
:active
transform none
:hover
cursor pointer
background rgba(0, 0, 0, 0.06)
// Chrome parsing bug forces us to make the following 2 thumb definitions have different statements.
// That is why we're adding the appearance statements here, even though they are not really needed.
::-webkit-slider-thumb
volume-slider-hover-thumb
-webkit-appearance none
::-moz-range-thumb
volume-slider-hover-thumb
-moz-appearance none