Browse Source

try to fix the detailed view

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

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

@@ -18063,6 +18063,7 @@ Rail
   /* Switch: Handle */
   /* Switch: Container */
   /* Switch: Types */
+  opacity: 0.5;
 }
 
 #layers .lu-switch + .lu-form-text {
@@ -18110,10 +18111,6 @@ Rail
   transition: all ease 0.3s;
 }
 
-#layers .lu-switch__container:disabled {
-  opacity: 0.5;
-}
-
 #layers .lu-switch--icon {
   width: 45px;
 }