diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-06-24 15:25:59 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-06-25 11:10:00 +0000 |
commit | d4fe6004f27892e089caee94383c9c295b1e43e4 (patch) | |
tree | c232b10c667949d5fb17117f18098df5d848fc0d /WebContent/VAADIN/themes/tests-valo | |
parent | 28919a4252802b031292713451321189b9dbea33 (diff) | |
download | vaadin-framework-d4fe6004f27892e089caee94383c9c295b1e43e4.tar.gz vaadin-framework-d4fe6004f27892e089caee94383c9c295b1e43e4.zip |
Added a new valo-menu style 'large-icons'
Valo-menu now support multiple levels of menus side-by-side, and the
new ‘large-icons’ style creates a different style which emphasizes the
icons more than the captions of the menu items.
Menu items can now have “notification badges” as well.
Update ValoThemeTest to use the new menu layout.
Change-Id: I5e7e9aabc47dab7444206141d994d7b5cd8ecaca
Diffstat (limited to 'WebContent/VAADIN/themes/tests-valo')
-rw-r--r-- | WebContent/VAADIN/themes/tests-valo/styles.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/WebContent/VAADIN/themes/tests-valo/styles.scss b/WebContent/VAADIN/themes/tests-valo/styles.scss index a151fbf318..89fc5755f4 100644 --- a/WebContent/VAADIN/themes/tests-valo/styles.scss +++ b/WebContent/VAADIN/themes/tests-valo/styles.scss @@ -7,8 +7,6 @@ // @import "blueprint"; -@include valo-natural-page-scrolling; - .tests-valo { @include valo; @@ -17,10 +15,6 @@ font-weight: 400; } - .view { - min-height: 600px; - } - $color1: hsl(220, 5%, 38%); $color2: #5d73c0; $color3: #3dbc1a; @@ -104,10 +98,6 @@ @include valo-slider-indicator-style($background-color: #dcdc1e); } - .v-slider-no-indicator { - @include valo-slider-no-indicator; - } - .v-panel-caption-color1 { @include valo-panel-caption-style($background-color: $color1); |