fix(picker): add color to picker-opt so the variable will style correctly

fixes #9519
This commit is contained in:
Brandy Carney
2016-12-06 17:23:00 -05:00
parent ffdd8f4bd1
commit dc0659fe46
4 changed files with 3 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ $picker-ios-option-offset-y: (($picker-ios-height - $picker-io
font-size: $picker-ios-option-font-size;
line-height: $picker-ios-option-height;
color: $picker-ios-option-text-color;
background: transparent;
transform-origin: center center;

View File

@@ -114,6 +114,7 @@ $picker-md-option-selected-color: color($colors-md, primary) !defaul
font-size: $picker-md-option-font-size;
line-height: $picker-md-option-height;
color: $picker-md-option-text-color;
background: transparent;

View File

@@ -123,7 +123,6 @@ ion-picker-cmp {
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
color: #000;
will-change: transform;
contain: strict;

View File

@@ -127,6 +127,7 @@ $picker-wp-option-selected-color: color($colors-wp, primary) !defaul
font-size: $picker-wp-option-font-size;
line-height: $picker-wp-option-height;
color: $picker-wp-option-text-color;
background: transparent;