summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_textarea.scss
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-04-29 16:52:20 +0300
committerJouni Koivuviita <jouni@vaadin.com>2014-04-29 16:52:20 +0300
commitf420906bbc1bed1963012c861e9c8bf29d3321cc (patch)
tree3257c47cafdf5511f388882bf226870cc367d2f8 /WebContent/VAADIN/themes/valo/components/_textarea.scss
parentf04287fbe3d8bc9751e22608fe84a436a272dd7d (diff)
downloadvaadin-framework-f420906bbc1bed1963012c861e9c8bf29d3321cc.tar.gz
vaadin-framework-f420906bbc1bed1963012c861e9c8bf29d3321cc.zip
Replaced 'v-valo' prefix with just 'valo'
Mass find-and-replace, tested that the theme works as before. Fixes #13686 Change-Id: I99dfed995f288d1b37a1ac425932bba95dfae994
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_textarea.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_textarea.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_textarea.scss b/WebContent/VAADIN/themes/valo/components/_textarea.scss
index 00226adcaf..3ecf3d80ca 100644
--- a/WebContent/VAADIN/themes/valo/components/_textarea.scss
+++ b/WebContent/VAADIN/themes/valo/components/_textarea.scss
@@ -1,25 +1,25 @@
-@mixin v-valo-textarea ($primary-stylename: v-textarea) {
+@mixin valo-textarea ($primary-stylename: v-textarea) {
.#{$primary-stylename} {
- @include v-valo-textarea-style;
+ @include valo-textarea-style;
width: $v-default-field-width;
}
.#{$primary-stylename}-readonly {
- @include v-valo-textfield-readonly-style;
+ @include valo-textfield-readonly-style;
}
}
-@mixin v-valo-textarea-style ($bevel-style: $v-textfield-bevel-style, $bevel-depth: $v-textfield-bevel-depth,
+@mixin valo-textarea-style ($bevel-style: $v-textfield-bevel-style, $bevel-depth: $v-textfield-bevel-depth,
$shadow-style: $v-textfield-shadow-style, $shadow-depth: $v-textfield-shadow-depth,
$unit-size: $v-textfield-unit-size, $border-radius: $v-textfield-border-radius,
$background-color: $v-textfield-background-color) {
$unit-size: $unit-size or $v-unit-size;
- @include v-valo-textfield-style($bevel-style: $bevel-style, $bevel-depth: $bevel-depth,
+ @include valo-textfield-style($bevel-style: $bevel-style, $bevel-depth: $bevel-depth,
$shadow-style: $shadow-style, $shadow-depth: $shadow-depth,
$unit-size: $unit-size, $border-radius: $border-radius,
$background-color: $background-color);