From: Vincent Vanwaelscappel Date: Wed, 18 Oct 2023 16:03:19 +0000 (+0200) Subject: wip #6426 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=524fa4a90c7fed1f9a08c45b9ce5cf8169e3176f;p=fluidbook-html5.git wip #6426 @1 --- 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; } }