app/assets/stylesheets/alchemy/nodes.scss in alchemy_cms-4.4.5 vs app/assets/stylesheets/alchemy/nodes.scss in alchemy_cms-4.5.0

- old
+ new

@@ -61,10 +61,14 @@ } ul { margin: 0; padding: 0; + + .folded > li { + display: none; + } } li { line-height: $sitemap-line-height; padding-left: $default-padding; @@ -104,9 +108,10 @@ padding: 0 0 0 10px; margin: 2px; text-decoration: none; overflow: hidden; background-color: $sitemap-page-background-color; + cursor: move; &.without-status { @include border-right-radius($default-border-radius); }