diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-04-29 16:52:20 +0300 |
---|---|---|
committer | Jouni Koivuviita <jouni@vaadin.com> | 2014-04-29 16:52:20 +0300 |
commit | f420906bbc1bed1963012c861e9c8bf29d3321cc (patch) | |
tree | 3257c47cafdf5511f388882bf226870cc367d2f8 /WebContent/VAADIN/themes/valo/components/_nativebutton.scss | |
parent | f04287fbe3d8bc9751e22608fe84a436a272dd7d (diff) | |
download | vaadin-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/_nativebutton.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_nativebutton.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_nativebutton.scss b/WebContent/VAADIN/themes/valo/components/_nativebutton.scss index aa00a6206a..69c48d4649 100644 --- a/WebContent/VAADIN/themes/valo/components/_nativebutton.scss +++ b/WebContent/VAADIN/themes/valo/components/_nativebutton.scss @@ -1,4 +1,4 @@ -@mixin v-valo-nativebutton ($primary-stylename: v-nativebutton) { +@mixin valo-nativebutton ($primary-stylename: v-nativebutton) { .#{$primary-stylename} { -webkit-touch-callout: none; } |