From: Anna Koskinen Date: Wed, 20 May 2015 06:53:38 +0000 (+0300) Subject: Selectable row should have pointer-type cursor [#17911] X-Git-Tag: 7.4.7~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1d3343cd204a97e8d042edf7dea4cefbf03416bc;p=vaadin-framework.git Selectable row should have pointer-type cursor [#17911] Change-Id: I573dd2e2c9e54496dd2f177a740a9c2559a1ecaf --- 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 {