app/assets/stylesheets/scribo/components/tree-view.css in scribo-1.0.43 vs app/assets/stylesheets/scribo/components/tree-view.css in scribo-1.0.44

- old
+ new

@@ -199,18 +199,20 @@ .tree-view .directory.open > .list-item .name { background-image: url('scribo/icons/folder-open.svg'); background-size: 18px 18px; } -// .tree-view .entry.selected:before { -// content: ''; -// position: absolute; -// left: 0; -// right: 0; -// height: 25px; -// background-color: #f5f5f5; -// z-index: -1; -// } +/* +.tree-view .entry.selected:before { + content: ''; + position: absolute; + left: 0; + right: 0; + height: 25px; + background-color: #f5f5f5; + z-index: -1; + } +*/ .tree-view .directory.closed > ul { display: none; }