diff options
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_tree.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_tree.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_tree.scss b/WebContent/VAADIN/themes/valo/components/_tree.scss index f8c46ac08f..95ae8d3b5e 100644 --- a/WebContent/VAADIN/themes/valo/components/_tree.scss +++ b/WebContent/VAADIN/themes/valo/components/_tree.scss @@ -290,7 +290,7 @@ $v-tree-expand-animation-enabled: false !default; */ @mixin valo-tree-collapsed-icon-style { content: "\f0da"; - font-family: ValoIcons; + font-family: ThemeIcons; } /** @@ -303,6 +303,6 @@ $v-tree-expand-animation-enabled: false !default; @mixin valo-tree-expanded-icon-style ($force: false) { @if $v-tree-animations-enabled == false or $force { content: "\f0d7"; - font-family: ValoIcons; + font-family: ThemeIcons; } } |