From 31365e879c8fb8474fb4885967164baf96034544 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 25 Mar 2018 00:03:36 +0100 Subject: [PATCH] Minor style changes --- layout/sidebar/audioplayer.scarlet | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/layout/sidebar/audioplayer.scarlet b/layout/sidebar/audioplayer.scarlet index 64df4e94..810c20a9 100644 --- a/layout/sidebar/audioplayer.scarlet +++ b/layout/sidebar/audioplayer.scarlet @@ -117,6 +117,7 @@ mixin volume-slider-thumb width 18px height 18px transform scale(0.5) + border none border-radius 50% background text-color cursor pointer @@ -137,6 +138,7 @@ mixin volume-slider-hover-thumb background rgba(0, 0, 0, 0.03) outline none !important border none !important + box-shadow none !important border-radius 0 padding 0 margin 0 @@ -157,6 +159,3 @@ mixin volume-slider-hover-thumb ::-webkit-slider-thumb volume-slider-hover-thumb - -#audio-player-volume:hover ::-moz-range-thumb - volume-slider-thumb