diff --git a/css/screen.css b/css/screen.css index 0a23bed7..71b26b27 100644 --- a/css/screen.css +++ b/css/screen.css @@ -17,7 +17,7 @@ .cms-content-tools #cms-content-treeview .cms-tree-view-modes, .cms-content-tools #cms-content-treeview .cms-content-batchactions { display: none; } .cms-content-tools #cms-content-treeview .cms-tree-expand-trigger { display: block; float: left; margin: 0 0 2px 0; } .cms-content-tools #cms-content-treeview .cms-tree-expand-trigger span.ui-button-text { padding-right: 8px; } -.cms-content-tools #cms-content-treeview .cms-tree .badge, .cms-content-tools #cms-content-treeview .cms-tree a > .jstree-icon { display: none; } +.cms-content-tools #cms-content-treeview .cms-tree .badge { display: none; } .cms-content-tools #cms-content-treeview .cms-tree a:hover > .text > .badge, .cms-content-tools #cms-content-treeview .cms-tree .jstree-clicked > .text > .badge { display: inline-block; } /** ------------------------------------------------------------------ URLSegment field ----------------------------------------------------------------- */ diff --git a/scss/_CMSMain.scss b/scss/_CMSMain.scss index 72f1f6d8..abca80de 100644 --- a/scss/_CMSMain.scss +++ b/scss/_CMSMain.scss @@ -76,8 +76,7 @@ .cms-tree { // Hide badges and drag icons to save space - .badge, - a > .jstree-icon { + .badge { display: none; }