mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -5,6 +5,7 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
$label-md-text-color: #999 !default;
|
$label-md-text-color: #999 !default;
|
||||||
|
$label-md-text-color-focused: map-get($colors-md, primary) !default;
|
||||||
|
|
||||||
|
|
||||||
// Default Label
|
// Default Label
|
||||||
@ -37,7 +38,7 @@ ion-label {
|
|||||||
|
|
||||||
.input-focused .stacked-label,
|
.input-focused .stacked-label,
|
||||||
.input-focused .floating-label {
|
.input-focused .floating-label {
|
||||||
color: $text-input-md-highlight-color;
|
color: $label-md-text-color-focused;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-focused .floating-label,
|
.input-focused .floating-label,
|
||||||
|
Reference in New Issue
Block a user