mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
@ -15,15 +15,6 @@
|
||||
}
|
||||
|
||||
|
||||
// Material Design Default Label Inside An Input/Select Item
|
||||
// --------------------------------------------------
|
||||
|
||||
// TODO, takes high priority
|
||||
:host-context(.item-interactive) {
|
||||
--ion-color-base: #{$label-md-text-color};
|
||||
}
|
||||
|
||||
|
||||
// Material Design Stacked & Floating Labels
|
||||
// --------------------------------------------------
|
||||
|
||||
@ -43,10 +34,6 @@
|
||||
@include margin(null, null, 0, 0);
|
||||
}
|
||||
|
||||
:host-context(.item-has-focus).label-stacked,
|
||||
:host-context(.item-has-focus).label-floating {
|
||||
color: $label-md-text-color-focused;
|
||||
}
|
||||
|
||||
// MD Typography
|
||||
// --------------------------------------------------
|
||||
@ -90,7 +77,7 @@
|
||||
}
|
||||
|
||||
::slotted(p) {
|
||||
color: #{$item-md-paragraph-text-color};
|
||||
color: $item-md-paragraph-text-color;
|
||||
}
|
||||
|
||||
:host-context(.ion-color)::slotted(p) {
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
:host(.ion-color) {
|
||||
color: #{current-color(base)};
|
||||
color: current-color(base) !important;
|
||||
}
|
||||
|
||||
:host([text-wrap]) {
|
||||
|
||||
Reference in New Issue
Block a user