]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed incorrect fixes for #8294, fixing #10183 98/598/1
authorArtur Signell <artur@vaadin.com>
Tue, 8 Jan 2013 21:07:47 +0000 (23:07 +0200)
committerArtur Signell <artur@vaadin.com>
Tue, 8 Jan 2013 21:08:16 +0000 (23:08 +0200)
Change-Id: I02f00db495f53be144107234228b742514bdbc0c

WebContent/VAADIN/themes/base/datefield/datefield.scss
WebContent/VAADIN/themes/base/select/select.scss

index 40991237640ebc5cca17fe48c5eae997ddcfa39e..1d3d408ed2ba922b1727e69cd928c5eee639c5bc 100644 (file)
@@ -3,7 +3,6 @@
 .#{$primaryStyleName} {
        white-space: nowrap;
        display: inline-block; /* Force minimum width */
-       line-height:0; /* Force minimum height */
 }
 .#{$primaryStyleName}-textfield {
        vertical-align: top;
index 80957b16a385a249c2b2fa47e5cb7608dac0f2cc..69d3c07272c359c38494beaffb660460c9c895d9 100644 (file)
@@ -105,9 +105,6 @@ $select-button-negative-width : -1em;
        border: none;
        vertical-align:top;
 }
-.v-filterselect-suggestmenu tr{
-    line-height:0;
-}
 .v-filterselect-suggestmenu .gwt-MenuItem {
        white-space: nowrap;
 }