]> _ Git - fluidbook-html5.git/commitdiff
wip #6426 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 18 Oct 2023 16:03:19 +0000 (18:03 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 18 Oct 2023 16:03:19 +0000 (18:03 +0200)
style/cart/joueclub2021.less

index cd211dc8a610cd9f3857f7ebe09cdf8294403742..7b3b3d0e2848127b6d8898977924d5565e91fce2 100644 (file)
@@ -3,7 +3,7 @@
 #jc2021cart {
   background-color: #fff;
 
-  .ps__thumb-y{
+  .ps__thumb-y {
     background-color: @cart-scrollbar-color;
   }
 
     height: 100%;
   }
 
-  .on {
+  #on {
     visibility: hidden;
   }
 
-  .off {
+  #off {
     visibility: visible;
   }
 
   &.active {
-    .off {
+    #off {
       visibility: hidden;
     }
 
-    .on {
+    #on {
       visibility: visible;
     }
   }