Make the entire tree menu ellipsis button clickable
This commit is contained in:
committed by
Sebastiaan Janssen
parent
58bd3d64f2
commit
7f55f46ee6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user