Bläddra i källkod

try to fix the detailed view

andre 4 år sedan
förälder
incheckning
aed3cf7aef
1 ändrade filer med 1 tillägg och 5 borttagningar
  1. 1 5
      templates/client/default/assets/css/layers-ui.css

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

@@ -18065,17 +18065,13 @@ Rail
   /* Switch: Types */
 }
 
-#layers .lu-switch:disabled {
-  opacity: 0.5;
-}
-
 #layers .lu-switch + .lu-form-text {
   margin-left: 16px;
 }
 
 #layers .lu-switch__checkbox {
   position: absolute;
-  opacity: 0;
+  opacity: 0.5;
 }
 
 #layers .lu-switch__checkbox + .lu-switch__container .lu-switch__handle {