]> source.dussan.org Git - vaadin-framework.git/commit
Add "valo-menu-hover" stylename to make responsive menu appear w/o adding code (...
authorMarc Englund <marc@vaadin.com>
Mon, 28 Sep 2015 11:11:07 +0000 (14:11 +0300)
committerVaadin Code Review <review@vaadin.com>
Mon, 17 Oct 2016 12:32:29 +0000 (12:32 +0000)
commit53f990042418c66939292189879c296a85b654dd
treee19a2a913df7da154306b7cbff0cbfa8533b39f6
parentb49b8c2fc5112c21aaf4d3562bdbfa8eb3fee9a9
Add "valo-menu-hover" stylename to make responsive menu appear w/o adding code (#19019)

Adding the optional "valo-menu-hover" style to the "valo-menu" element
will make the menu appear on hover - i.e when mousing over on desktop,
when tapping on touch devices (which also triggers hover).

Change-Id: I4ee83cdd0e4198e02782cfcda945193305c41152
server/src/main/java/com/vaadin/ui/themes/ValoTheme.java
themes/src/main/themes/VAADIN/themes/valo/components/_valo-menu.scss
uitest/src/main/java/com/vaadin/tests/themes/valo/ResponsiveStyles.java
uitest/src/main/java/com/vaadin/tests/themes/valo/ResponsiveStylesDesign.java
uitest/src/main/resources/com/vaadin/tests/themes/valo/ResponsiveStylesDesign.html
uitest/src/test/java/com/vaadin/tests/themes/valo/ResponsiveStylesTest.java