Skip to content

Commit

Permalink
fix(label): add color to label in a select
Browse files Browse the repository at this point in the history
references #5669
  • Loading branch information
brandyscarney committed Mar 14, 2016
1 parent e4b161d commit 8fff76e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions ionic/components/label/label.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ ion-label {
}


// iOS Default Label Inside An Input Item
// iOS Default Label Inside An Input/Select Item
// --------------------------------------------------

.item-input ion-label {
.item-input ion-label,
.item-select ion-label {
color: $label-ios-text-color;
}

Expand Down
5 changes: 3 additions & 2 deletions ionic/components/label/label.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ ion-label {
line-height: $item-md-body-text-line-height;
}

// Material Design Default Label Inside An Input Item
// Material Design Default Label Inside An Input/Select Item
// --------------------------------------------------

.item-input ion-label {
.item-input ion-label,
.item-select ion-label {
color: $label-md-text-color;
}

Expand Down
5 changes: 3 additions & 2 deletions ionic/components/label/label.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ ion-label {
}


// Windows Default Label Inside An Input Item
// Windows Default Label Inside An Input/Select Item
// --------------------------------------------------

.item-input ion-label {
.item-input ion-label,
.item-select ion-label {
color: $label-wp-text-color;
}

Expand Down

0 comments on commit 8fff76e

Please sign in to comment.