From 1968bfbc4d30184fc60975cb1ec92e32f262e05a Mon Sep 17 00:00:00 2001 From: Ahnaf Bin Azad <66205903+ahnafbinazad@users.noreply.github.com> Date: Thu, 17 Nov 2022 12:39:38 +0000 Subject: [PATCH] Update slider track colour Changed the track colour of the time picker slider to 'black' from 'transparent' as it is unclear what the slider buttons do if the track or its background is transparent. Users may not realize they are sliders, confusing them to be random tick boxes --- src/sass/timepicker.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/timepicker.scss b/src/sass/timepicker.scss index 90ea063f..ea24e584 100644 --- a/src/sass/timepicker.scss +++ b/src/sass/timepicker.scss @@ -53,7 +53,7 @@ $rangeThumbBg: #dedede; border: none; height: $rangeTrackHeight; cursor: pointer; - color: transparent; + color: black; background: transparent; }