summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-04-29 12:59:41 +0300
committerVaadin Code Review <review@vaadin.com>2014-05-02 15:22:30 +0000
commita151f5834f02be02f97ef5630de268afd6c2bb4d (patch)
tree01979cb8cedd3daff68639b590926e30483a0450 /WebContent
parent6180ccf02ef4423f1bc9a141814edf19647790aa (diff)
downloadvaadin-framework-a151f5834f02be02f97ef5630de268afd6c2bb4d.tar.gz
vaadin-framework-a151f5834f02be02f97ef5630de268afd6c2bb4d.zip
Fixed menubar active style border-radius
Change-Id: Iad8ed087d66793555561dd8250524ea291ee7707
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_menubar.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_menubar.scss b/WebContent/VAADIN/themes/valo/components/_menubar.scss
index 291a38c366..daac9f669d 100644
--- a/WebContent/VAADIN/themes/valo/components/_menubar.scss
+++ b/WebContent/VAADIN/themes/valo/components/_menubar.scss
@@ -1,5 +1,5 @@
@mixin valo-menubar ($primary-stylename: v-menubar) {
-
+
$copy: $v-button-hover-style-enabled;
$v-button-hover-style-enabled: false;
@@ -94,6 +94,7 @@
right: 0;
bottom: 0;
left: 0;
+ border-radius: inherit;
}
@if $v-button-hover-style-enabled {