From 8fff76e299d932f479e3b3bcfc18f18f1831bafc Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 14 Mar 2016 18:11:48 -0400 Subject: [PATCH] fix(label): add color to label in a select references #5669 --- ionic/components/label/label.ios.scss | 5 +++-- ionic/components/label/label.md.scss | 5 +++-- ionic/components/label/label.wp.scss | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ionic/components/label/label.ios.scss b/ionic/components/label/label.ios.scss index 8b38ae9d96..596dc4afaa 100644 --- a/ionic/components/label/label.ios.scss +++ b/ionic/components/label/label.ios.scss @@ -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; } diff --git a/ionic/components/label/label.md.scss b/ionic/components/label/label.md.scss index 5214f34c53..558f0a0f80 100644 --- a/ionic/components/label/label.md.scss +++ b/ionic/components/label/label.md.scss @@ -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; } diff --git a/ionic/components/label/label.wp.scss b/ionic/components/label/label.wp.scss index 0f8e0e6f77..04b773b9f3 100644 --- a/ionic/components/label/label.wp.scss +++ b/ionic/components/label/label.wp.scss @@ -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; }