From 524fa4a90c7fed1f9a08c45b9ce5cf8169e3176f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 18 Oct 2023 18:03:19 +0200 Subject: [PATCH] wip #6426 @1 --- style/cart/joueclub2021.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style/cart/joueclub2021.less b/style/cart/joueclub2021.less index cd211dc8..7b3b3d0e 100644 --- a/style/cart/joueclub2021.less +++ b/style/cart/joueclub2021.less @@ -3,7 +3,7 @@ #jc2021cart { background-color: #fff; - .ps__thumb-y{ + .ps__thumb-y { background-color: @cart-scrollbar-color; } @@ -43,20 +43,20 @@ height: 100%; } - .on { + #on { visibility: hidden; } - .off { + #off { visibility: visible; } &.active { - .off { + #off { visibility: hidden; } - .on { + #on { visibility: visible; } } -- 2.39.5