]> source.dussan.org Git - vaadin-framework.git/commit
Fixed theming issues with Grid's Sidebar (#17412)
authorPekka Hyvönen <pekka@vaadin.com>
Wed, 22 Apr 2015 14:17:18 +0000 (17:17 +0300)
committerPekka Hyvönen <pekka@vaadin.com>
Wed, 22 Apr 2015 14:53:46 +0000 (17:53 +0300)
commitec4e470e401a1a8f55b427b04dee08c39ed63d8b
treef2af8ebcb46b5fb7f5301c71ac070cb3f035d0dc
parentd0d0875430a6d1d57bd2ebb7d4c827c04e1c7731
Fixed theming issues with Grid's Sidebar (#17412)

- if columns hidable when grid rendered, sidebar button had invalid height
- removed border radius from grid sidebar
- inherit font color for grid sidebar button

Change-Id: Ib35d917b35e701bd736a28f19b34dbece7fcbe71
WebContent/VAADIN/themes/base/grid/grid.scss
client/src/com/vaadin/client/widgets/Grid.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeatures.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridSidebarFeatures.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridSidebarThemeTest.java