mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(text): add important to override paragraphs in items
This commit is contained in:
@ -9,8 +9,9 @@
|
||||
@each $color-name, $color-base, $color-contrast in get-colors($colors-ios) {
|
||||
|
||||
.text-ios-#{$color-name},
|
||||
.text-ios-#{$color-name} a {
|
||||
color: $color-base;
|
||||
.text-ios-#{$color-name} a,
|
||||
.text-ios-#{$color-name} p {
|
||||
color: $color-base !important
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -9,8 +9,9 @@
|
||||
@each $color-name, $color-base, $color-contrast in get-colors($colors-md) {
|
||||
|
||||
.text-md-#{$color-name},
|
||||
.text-md-#{$color-name} a {
|
||||
color: $color-base;
|
||||
.text-md-#{$color-name} a,
|
||||
.text-md-#{$color-name} p {
|
||||
color: $color-base !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user