Make the entire tree menu ellipsis button clickable

This commit is contained in:
Kenn Jacobsen
2020-08-03 14:27:54 +02:00
committed by Sebastiaan Janssen
parent 58bd3d64f2
commit 7f55f46ee6

View File

@@ -96,7 +96,6 @@ body.touch .umb-tree {
width: auto;
height: auto;
margin: 0 5px 0 auto;
padding: 7px 5px;
overflow: visible;
clip: auto;
}
@@ -185,12 +184,15 @@ body.touch .umb-tree {
display: flex;
flex: 0 0 auto;
justify-content: flex-end;
padding: 7px 5px;
text-align: center;
margin: 0 5px 0 auto;
cursor: pointer;
border-radius: @baseBorderRadius;
.umb-button-ellipsis {
padding: 3px 5px;
}
i {
height: 5px !important;
width: 5px !important;