Indicate that a row is clickable and highlight with background color. (#1473)

This commit is contained in:
Bjarne Fyrstenborg
2018-04-12 15:37:01 +02:00
committed by Sebastiaan Janssen
parent 52701f0056
commit 828dbaedfb

View File

@@ -8,7 +8,7 @@
// Sortabel
// Sortable
// -------------------------
// sortable-helper
@@ -127,6 +127,16 @@
position: relative;
margin-bottom: 40px;
padding-top: 10px;
&:hover {
background-color: @grayLighter;
}
&[ng-click],
&[data-ng-click],
&[x-ng-click] {
cursor: pointer;
}
}
.umb-grid .row-tools a {
@@ -431,7 +441,7 @@
background-color: @gray-10;
.umb-row-title-bar {
cursor: default;
cursor: inherit;
}
.umb-row-title {