mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +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;
|
color: $label-ios-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,10 +21,11 @@ ion-label {
|
|||||||
line-height: $item-md-body-text-line-height;
|
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;
|
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;
|
color: $label-wp-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user