]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/article.scss
Sidebar sub entries not conditioned by hover anymore
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / article.scss
index 75658a580f75232fa43d54591212eb98a26e7651..f1a11da085255f0b8300c26df5e849dc34881ccb 100644 (file)
   &:hover {
     width: 260px !important;
 
-    .collapsible-body {
-      height: auto;
-
-      li a i.material-icons {
-        margin: auto 5px auto -8px;
-      }
-    }
-
     span {
       opacity: 1;
     }
   }
+
+  .collapsible-body {
+    height: auto;
+
+    li a i.material-icons {
+      margin: auto 5px auto -8px;
+    }
+  }
 }
 
 .progress {