summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-08-07 09:48:55 +0300
committerVaadin Code Review <review@vaadin.com>2014-08-11 18:26:34 +0000
commitcbf4fb36a1538103f8fb385b1d8d06363d3fedd6 (patch)
tree4c5307685eff7b9f10b7ca9f0ceea94f3f4941f5 /WebContent/VAADIN
parentadc6748d6bcd3c4eac50855160ab060e3551d2b3 (diff)
downloadvaadin-framework-cbf4fb36a1538103f8fb385b1d8d06363d3fedd6.tar.gz
vaadin-framework-cbf4fb36a1538103f8fb385b1d8d06363d3fedd6.zip
Fix TreeTable expand/collapse indicator (Valo)
Change-Id: If4498c832f6a2fd4e3ebfb0e01e35909b1b6c3a5
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_treetable.scss3
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 {