diff --git a/src/Umbraco.Web.UI.Client/src/less/components/buttons/umb-button-ellipsis.less b/src/Umbraco.Web.UI.Client/src/less/components/buttons/umb-button-ellipsis.less
index c8a8554430..748f6fd94f 100644
--- a/src/Umbraco.Web.UI.Client/src/less/components/buttons/umb-button-ellipsis.less
+++ b/src/Umbraco.Web.UI.Client/src/less/components/buttons/umb-button-ellipsis.less
@@ -1,7 +1,7 @@
.umb-button-ellipsis{
padding: 0 5px;
text-align: center;
- margin: 0 10px 0 auto;
+ margin: 0 auto;
cursor: pointer;
border-radius: @baseBorderRadius;
color: black;
@@ -9,7 +9,7 @@
opacity: 0.8;
transition: opacity .3s ease-out;
- &.show-text{
+ &.show-text {
display: flex;
flex-wrap: wrap;
justify-content: center;
diff --git a/src/Umbraco.Web.UI.Client/src/less/components/tree/umb-tree.less b/src/Umbraco.Web.UI.Client/src/less/components/tree/umb-tree.less
index cab8ef339e..9740cb59f3 100644
--- a/src/Umbraco.Web.UI.Client/src/less/components/tree/umb-tree.less
+++ b/src/Umbraco.Web.UI.Client/src/less/components/tree/umb-tree.less
@@ -75,8 +75,8 @@ body.touch .umb-tree {
&:hover {
background: @ui-option-hover;
-
color: @ui-option-type-hover;
+
a {
color: @ui-option-type-hover;
}
@@ -85,8 +85,8 @@ body.touch .umb-tree {
position: relative;
width: auto;
height: auto;
- margin: 0 10px 0 auto;
- padding: 9px 5px;
+ margin: 0 5px 0 auto;
+ padding: 7px 5px;
overflow: visible;
clip: auto;
}
@@ -175,9 +175,9 @@ body.touch .umb-tree {
display: flex;
flex: 0 0 auto;
justify-content: flex-end;
- padding: 9px 5px;
+ padding: 7px 5px;
text-align: center;
- margin: 0 10px 0 auto;
+ margin: 0 5px 0 auto;
cursor: pointer;
border-radius: @baseBorderRadius;
@@ -188,18 +188,20 @@ body.touch .umb-tree {
display: inline-block;
margin: 0 2px 0 0;
background: @ui-active-type;
-
+
&:last-child {
margin: 0;
}
}
+
&:hover {
background: rgba(255, 255, 255, .5);
+
i {
background: @ui-active-type-hover;
}
}
-
+
// NOTE - We're having to repeat ourselves here due to an .sr-only class appearing in umbraco/lib/font-awesome/css/font-awesome.min.css
&.sr-only--hoverable:hover,
&.sr-only--focusable:focus {
@@ -207,9 +209,9 @@ body.touch .umb-tree {
display: flex;
flex: 0 0 auto;
justify-content: flex-end;
- padding: 9px 5px;
+ padding: 7px 5px;
text-align: center;
- margin: 0 10px 0 auto;
+ margin: 0 auto;
cursor: pointer;
border-radius: 3px;
}
diff --git a/src/Umbraco.Web.UI.Client/src/views/components/tree/umb-tree-item.html b/src/Umbraco.Web.UI.Client/src/views/components/tree/umb-tree-item.html
index 5697b4f96a..ad9d1a8807 100644
--- a/src/Umbraco.Web.UI.Client/src/views/components/tree/umb-tree-item.html
+++ b/src/Umbraco.Web.UI.Client/src/views/components/tree/umb-tree-item.html
@@ -13,14 +13,14 @@
{{node.name}}
-
+