From 9865596dcce3735ad2573d9fc596ff16ed4f9a90 Mon Sep 17 00:00:00 2001 From: Kenn Jacobsen Date: Fri, 9 Aug 2019 16:44:43 +0200 Subject: [PATCH] =?UTF-8?q?V7:=20Change=20the=20priority=20of=20the=20tree?= =?UTF-8?q?=20node=20annotations=20for=20contai=E2=80=A6=20(#6083)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 7393d9c3725d91016e7dedfb1159f74f0c6b54d5) --- src/Umbraco.Web.UI.Client/src/less/tree.less | 44 ++++++++++---------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/tree.less b/src/Umbraco.Web.UI.Client/src/less/tree.less index fae99ced3e..a75054453b 100644 --- a/src/Umbraco.Web.UI.Client/src/less/tree.less +++ b/src/Umbraco.Web.UI.Client/src/less/tree.less @@ -327,27 +327,6 @@ li.root > div > a.umb-options { div.not-published > i.icon,div.not-published > a{ opacity: 0.6; } -div.protected:before{ - content:"\e256"; - font-family: 'icomoon'; - color: @red; - position: absolute; - font-size: 20px; - padding-left: 7px; - padding-top: 7px; - bottom: 0; -} - -div.has-unpublished-version:before{ - content:"\e25a"; - font-family: 'icomoon'; - color: @green; - position: absolute; - font-size: 20px; - padding-left: 7px; - padding-top: 7px; - bottom: 0; -} div.not-allowed > i.icon,div.not-allowed > a{ cursor: not-allowed; @@ -380,6 +359,29 @@ div.locked:before{ bottom: 0; } + +div.has-unpublished-version:before { + content: "\e25a"; + font-family: 'icomoon'; + color: @green; + position: absolute; + font-size: 20px; + padding-left: 7px; + padding-top: 7px; + bottom: 0; +} + +div.protected:before { + content: "\e256"; + font-family: 'icomoon'; + color: @red; + position: absolute; + font-size: 20px; + padding-left: 7px; + padding-top: 7px; + bottom: 0; +} + .umb-tree li div.no-access .umb-tree-icon, .umb-tree li div.no-access .root-link, .umb-tree li div.no-access .umb-tree-item__label {