From: Jouni Koivuviita Date: Tue, 5 Aug 2014 20:09:59 +0000 (+0300) Subject: Fix native select font color (Valo) X-Git-Tag: 7.3.0.rc1~11^2~34 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=29a3cfc299294f4de688c2e99bb977727d6616a4;p=vaadin-framework.git Fix native select font color (Valo) Change-Id: Ibeb5849417776847f40422ff1b9fb99c63d23af7 --- diff --git a/WebContent/VAADIN/themes/valo/components/_nativeselect.scss b/WebContent/VAADIN/themes/valo/components/_nativeselect.scss index 80e9ab8000..1b7469ed2b 100644 --- a/WebContent/VAADIN/themes/valo/components/_nativeselect.scss +++ b/WebContent/VAADIN/themes/valo/components/_nativeselect.scss @@ -23,6 +23,7 @@ @mixin valo-nativeselect-select-style { border: valo-border(); @include valo-gradient; + color: valo-font-color($v-background-color); &:focus { outline: none; diff --git a/WebContent/VAADIN/themes/valo/shared/_global.scss b/WebContent/VAADIN/themes/valo/shared/_global.scss index 71d72b367c..ad53264d06 100644 --- a/WebContent/VAADIN/themes/valo/shared/_global.scss +++ b/WebContent/VAADIN/themes/valo/shared/_global.scss @@ -304,7 +304,6 @@ $valo-shared-pathPrefix: null; font: inherit; font-weight: 400; line-height: inherit; - color: inherit; padding: round($v-unit-size/8); margin: 0; border-radius: $v-border-radius;