From bffac4db303e0989944462679d45ab459077c3b7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 8 Jul 2021 17:52:28 +0200 Subject: [PATCH] wip #4571 @0.5 --- style/slider.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style/slider.less b/style/slider.less index a7ebd88a..86ea87da 100644 --- a/style/slider.less +++ b/style/slider.less @@ -1,4 +1,5 @@ -@slider-background: rgba(0, 0, 0, 0.1); +//@slider-background: rgba(0, 0, 0, 0.1); +//@slider-handle:#fff; #slider { position: absolute; @@ -52,7 +53,7 @@ z-index: 1; .visible { - background-color: #fff; + background-color: @slider-handle; } } -- 2.39.5