diff options
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_treetable.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_treetable.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_treetable.scss b/WebContent/VAADIN/themes/valo/components/_treetable.scss index a4083a1901..e8cd22fa9a 100644 --- a/WebContent/VAADIN/themes/valo/components/_treetable.scss +++ b/WebContent/VAADIN/themes/valo/components/_treetable.scss @@ -1,4 +1,4 @@ -@mixin v-valo-treetable ($primary-stylename: v-treetable) { +@mixin valo-treetable ($primary-stylename: v-treetable) { .v-table-cell-wrapper { //position: relative; } @@ -18,10 +18,10 @@ } .#{$primary-stylename}-node-closed:before { - @include v-valo-tree-collapsed-icon-style; + @include valo-tree-collapsed-icon-style; } .#{$primary-stylename}-node-open:before { - @include v-valo-tree-expanded-icon-style($force: true); + @include valo-tree-expanded-icon-style($force: true); } }
\ No newline at end of file |