Use a pointer cursor for selectable items in mini listviews
(cherry picked from commit dfe96dccde)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
c7cb3f81f4
commit
3afcdbbb25
@@ -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 {
|
||||
|
||||
@@ -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}">
|
||||
|
||||
Reference in New Issue
Block a user