MOBILE-2795 ux: Item divider titles should have same color as text

main
Pau Ferrer Ocaña 2019-01-02 09:09:41 +01:00
parent e9884e82c6
commit 6ebd1c59fe
1 changed files with 6 additions and 0 deletions

View File

@ -881,6 +881,12 @@ ion-app.app-root {
.text-#{$color-name} { .text-#{$color-name} {
color: $color-contrast; color: $color-contrast;
} }
.item-divider-md-#{$color-name} h2,
.item-divider-wp-#{$color-name} h2,
.item-divider-ios-#{$color-name} h2 {
color: $color-contrast;
}
} }
[dir="ltr"] body, [dir="rtl"] body { [dir="ltr"] body, [dir="rtl"] body {