Fixed audio player volume range background
This commit is contained in:
parent
c2029ba7ea
commit
e4f1448745
@ -1,3 +1,5 @@
|
|||||||
|
const audio-player-volume-background = rgba(0, 0, 0, 0.03)
|
||||||
|
|
||||||
#audio-player
|
#audio-player
|
||||||
vertical
|
vertical
|
||||||
default-transition
|
default-transition
|
||||||
@ -136,7 +138,7 @@ mixin volume-slider-hover-thumb
|
|||||||
-webkit-appearance none
|
-webkit-appearance none
|
||||||
width 100%
|
width 100%
|
||||||
height 6px
|
height 6px
|
||||||
background rgba(0, 0, 0, 0.03)
|
background audio-player-volume-background
|
||||||
outline none !important
|
outline none !important
|
||||||
border none !important
|
border none !important
|
||||||
box-shadow none !important
|
box-shadow none !important
|
||||||
@ -145,6 +147,12 @@ mixin volume-slider-hover-thumb
|
|||||||
margin 0
|
margin 0
|
||||||
margin-top 1rem
|
margin-top 1rem
|
||||||
|
|
||||||
|
::-moz-range-track
|
||||||
|
background transparent
|
||||||
|
|
||||||
|
::-moz-focus-outer
|
||||||
|
border 0
|
||||||
|
|
||||||
::-webkit-slider-thumb
|
::-webkit-slider-thumb
|
||||||
volume-slider-thumb
|
volume-slider-thumb
|
||||||
-webkit-appearance none
|
-webkit-appearance none
|
||||||
|
Loading…
Reference in New Issue
Block a user