diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-12-10 10:42:37 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-12-10 08:49:07 +0000 |
commit | 98d0eec7bb50e4af342358d2aa2ed80fe4564c85 (patch) | |
tree | 176e1e22e7b131b5e5e68fff19dc6c3cd33363f7 /WebContent | |
parent | e1b335022ec359061e696cf2711327663267e704 (diff) | |
download | vaadin-framework-98d0eec7bb50e4af342358d2aa2ed80fe4564c85.tar.gz vaadin-framework-98d0eec7bb50e4af342358d2aa2ed80fe4564c85.zip |
MenuBar submenus close unexpectedly if use Valo theme (#15255)
This fix is for animation-in and animation-out.
Fix was done in VMenuBar. VOverlay provides now hide() method with
possibility to enable/disable the animations via parameters boolean
animateIn, boolean animateOut. By default they are true (not to break
animate-in, animate-out for VWindow and VNotification)
Change-Id: I49981952c7c18a02edd7fa9e6d247bb18f660207
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_menubar.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_menubar.scss b/WebContent/VAADIN/themes/valo/components/_menubar.scss index 9075eb7ba8..0f9c61d2ce 100644 --- a/WebContent/VAADIN/themes/valo/components/_menubar.scss +++ b/WebContent/VAADIN/themes/valo/components/_menubar.scss @@ -70,10 +70,6 @@ .#{$primary-stylename}-popup { @include valo-menubar-popup-style($primary-stylename); - - &.#{$primary-stylename}-popup-animate-out { - @include animation(none); - } } |