MOBILE-2795 ux: Item divider titles should have same color as text
parent
e9884e82c6
commit
6ebd1c59fe
|
@ -881,6 +881,12 @@ ion-app.app-root {
|
|||
.text-#{$color-name} {
|
||||
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 {
|
||||
|
|
Loading…
Reference in New Issue