aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_nativeselect.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_nativeselect.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_nativeselect.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_nativeselect.scss b/WebContent/VAADIN/themes/valo/components/_nativeselect.scss
index 3f24d9293f..d0b2caf745 100644
--- a/WebContent/VAADIN/themes/valo/components/_nativeselect.scss
+++ b/WebContent/VAADIN/themes/valo/components/_nativeselect.scss
@@ -1,3 +1,10 @@
+/**
+ *
+ *
+ * @param {string} $primary-stylename (v-select) -
+ *
+ * @group nativeselect
+ */
@mixin valo-nativeselect ($primary-stylename: v-select) {
.#{$primary-stylename} select {
@include valo-nativeselect-select-style;
@@ -20,6 +27,12 @@
+/**
+ *
+ *
+ *
+ * @group nativeselect
+ */
@mixin valo-nativeselect-select-style {
border: valo-border();
@include valo-gradient;