diff options
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_treetable.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_treetable.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_treetable.scss b/WebContent/VAADIN/themes/valo/components/_treetable.scss index 41ef9060c7..9a80fc6aa9 100644 --- a/WebContent/VAADIN/themes/valo/components/_treetable.scss +++ b/WebContent/VAADIN/themes/valo/components/_treetable.scss @@ -37,9 +37,10 @@ .#{$primary-stylename}-treespacer { display: inline-block; position: absolute; - width: round($v-unit-size/2); + width: round($v-unit-size/2) !important; margin-left: round($v-unit-size/-2) - round($v-table-cell-padding-horizontal/2); text-align: center; + cursor: pointer; } .#{$primary-stylename}-node-closed:before { |