Procházet zdrojové kódy

try to fix the detailed view

andre před 4 roky
rodič
revize
20523773b2

+ 2 - 1
templates/client/default/assets/css/layers-ui.css

@@ -18071,7 +18071,7 @@ Rail
 
 #layers .lu-switch__checkbox {
   position: absolute;
-  opacity: 0.5;
+  opacity: 0;
 }
 
 #layers .lu-switch__checkbox + .lu-switch__container .lu-switch__handle {
@@ -18108,6 +18108,7 @@ Rail
   background-color: #dadde6;
   border-radius: 12px;
   transition: all ease 0.3s;
+  opacity: 0.5;
 }
 
 #layers .lu-switch--icon {