summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_nativeselect.scss1
-rw-r--r--WebContent/VAADIN/themes/valo/shared/_global.scss1
2 files changed, 1 insertions, 1 deletions
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;