Use a pointer cursor for selectable items in mini listviews

This commit is contained in:
Kenn Jacobsen
2019-08-27 22:37:23 +02:00
committed by Sebastiaan Janssen
parent 981519eac0
commit dfe96dccde
2 changed files with 6 additions and 2 deletions

View File

@@ -295,7 +295,11 @@ input.umb-table__input {
.umb-table__row-expand {
font-size: 12px;
text-decoration: none;
color: @black;
color: @gray-4;
&:hover {
color: @black;
}
}
.umb-table__row-expand--hidden {

View File

@@ -60,7 +60,7 @@
</div>
<!-- Items -->
<div class="umb-table-row"
<div class="umb-table-row cursor-pointer"
ng-repeat="child in miniListView.children"
ng-click="selectNode(child)"
ng-class="{'-selected':child.selected, 'not-allowed':!child.allowed}">