]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed menubar active style border-radius
authorJouni Koivuviita <jouni@vaadin.com>
Tue, 29 Apr 2014 09:59:41 +0000 (12:59 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 2 May 2014 15:22:30 +0000 (15:22 +0000)
Change-Id: Iad8ed087d66793555561dd8250524ea291ee7707

WebContent/VAADIN/themes/valo/components/_menubar.scss

index 291a38c366371b59eaa425c55d293f7c23acc733..daac9f669dccdbab9e8872cb561710d1d66752be 100644 (file)
@@ -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 {