Skip to content

Commit

Permalink
fix(picker): add color to picker-opt so the variable will style corre…
Browse files Browse the repository at this point in the history
…ctly

fixes #9519
  • Loading branch information
brandyscarney committed Dec 6, 2016
1 parent ffdd8f4 commit dc0659f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/picker/picker.ios.scss
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/components/picker/picker.md.scss
Expand Up @@ -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;

Expand Down
1 change: 0 additions & 1 deletion src/components/picker/picker.scss
Expand Up @@ -123,7 +123,6 @@ ion-picker-cmp {
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
color: #000;

will-change: transform;
contain: strict;
Expand Down
1 change: 1 addition & 0 deletions src/components/picker/picker.wp.scss
Expand Up @@ -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;

Expand Down

0 comments on commit dc0659f

Please sign in to comment.