Browse Source

try to fix the detailed view

andre 4 years ago
parent
commit
20523773b2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      templates/client/default/assets/css/layers-ui.css

+ 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 {