aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_table.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_table.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_table.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_table.scss b/WebContent/VAADIN/themes/valo/components/_table.scss
index aa0465d860..671506ed6e 100644
--- a/WebContent/VAADIN/themes/valo/components/_table.scss
+++ b/WebContent/VAADIN/themes/valo/components/_table.scss
@@ -297,11 +297,18 @@ $v-table-background-color: null !default;
.#{$primary-stylename}-row {
background-color: $background-color;
+ cursor: pointer;
}
.#{$primary-stylename}-row-odd {
$bg-lightness: if(color-luminance($background-color) < 10, 4%, -4%);
background-color: scale-color($background-color, $lightness: $bg-lightness);
+ cursor: pointer;
+ }
+
+ .#{$primary-stylename}-body-noselection .#{$primary-stylename}-row,
+ .#{$primary-stylename}-body-noselection .#{$primary-stylename}-row-odd {
+ cursor: default;
}
.#{$primary-stylename} [class*="-row"].v-selected {