mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user