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/shared/_contextmenu.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/shared/_contextmenu.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/shared/_contextmenu.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/valo/shared/_contextmenu.scss b/WebContent/VAADIN/themes/valo/shared/_contextmenu.scss index 7ace0ddb6c..046b5923ad 100644 --- a/WebContent/VAADIN/themes/valo/shared/_contextmenu.scss +++ b/WebContent/VAADIN/themes/valo/shared/_contextmenu.scss @@ -1,15 +1,15 @@ -@mixin v-valo-contextmenu { +@mixin valo-contextmenu { .v-contextmenu { - @include v-valo-selection-overlay-style; + @include valo-selection-overlay-style; } .v-contextmenu .gwt-MenuItem { - @include v-valo-selection-item-style; + @include valo-selection-item-style; } .v-contextmenu .gwt-MenuItem-selected { - @include v-valo-selection-item-selected-style; + @include valo-selection-item-selected-style; } }
\ No newline at end of file |