From 6bdf48d99fe1e97faf6cd50bd2646ade906633af Mon Sep 17 00:00:00 2001 From: Jan Ochwat Date: Mon, 10 Jan 2022 18:34:30 +0100 Subject: [PATCH] fixed :active state --- Fluent/user.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Fluent/user.css b/Fluent/user.css index 89acc6c..ea452a4 100644 --- a/Fluent/user.css +++ b/Fluent/user.css @@ -1399,6 +1399,10 @@ option { border-width: 7px; } +.progress-bar__slider:active .slider-dot:not(:active) { + border-width: 4px !important; +} + .slider-dot:active { border-width: 4px !important; }