summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_tree.scss
diff options
context:
space:
mode:
authorSergey Budkin <sergey@vaadin.com>2014-09-08 12:11:12 +0300
committerSauli Tähkäpää <sauli@vaadin.com>2014-09-26 12:51:02 +0300
commitd72f7efcf87368d90a50f59ba4bba9e4e8c1bb3a (patch)
treef2ac0f32a2bdcfc578ad0778cefc06e61e549c2a /WebContent/VAADIN/themes/valo/components/_tree.scss
parent2269826fcb948c832c0fdf63c6dc0d5db1576993 (diff)
downloadvaadin-framework-d72f7efcf87368d90a50f59ba4bba9e4e8c1bb3a.tar.gz
vaadin-framework-d72f7efcf87368d90a50f59ba4bba9e4e8c1bb3a.zip
SassDoc stubs, mostly auto-generated by special utility (#14377)7.3.2
Change-Id: Id621c25cae3314dc44a700e1e9dcdae97cda5bfb
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_tree.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_tree.scss34
1 files changed, 34 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_tree.scss b/WebContent/VAADIN/themes/valo/components/_tree.scss
index 3cf4aed760..db8b3ba795 100644
--- a/WebContent/VAADIN/themes/valo/components/_tree.scss
+++ b/WebContent/VAADIN/themes/valo/components/_tree.scss
@@ -1,5 +1,19 @@
+/**
+ *
+ * @group tree
+ */
$v-tree-row-height: round($v-unit-size/1.3) !default;
+
+/**
+ *
+ * @group tree
+ */
$v-tree-animations-enabled: true !default;
+
+/**
+ *
+ * @group tree
+ */
$v-tree-expand-animation-enabled: false !default;
@@ -24,6 +38,13 @@ $v-tree-expand-animation-enabled: false !default;
}
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-tree) -
+ *
+ * @group tree
+ */
@mixin valo-tree ($primary-stylename: v-tree) {
.#{$primary-stylename} {
@@ -261,11 +282,24 @@ $v-tree-expand-animation-enabled: false !default;
}
+/**
+ *
+ *
+ *
+ * @group tree
+ */
@mixin valo-tree-collapsed-icon-style {
content: "\f0da";
font-family: FontAwesome;
}
+/**
+ *
+ *
+ * @param {bool} $force (false) -
+ *
+ * @group tree
+ */
@mixin valo-tree-expanded-icon-style ($force: false) {
@if $v-tree-animations-enabled == false or $force {
content: "\f0d7";