Merge pull request #2250 from crazyserver/MOBILE-3308

MODILE-3308 dark: Fix activated items color
main
Juan Leyva 2020-01-29 11:28:04 +01:00 committed by GitHub
commit 7427738039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -81,14 +81,13 @@ ion-app.app-root {
background-color: $core-dark-item-divider-bg-color; background-color: $core-dark-item-divider-bg-color;
} }
.item.item-ios:active, .item.activated {
.item.item-ios.activated, &.item-ios,
.item.item-md:active, &.item-md,
.item.item-md.activated, &.item-wp {
.item.item-wp:active,
.item.item-wp.activated {
background-color: $core-dark-background-color; background-color: $core-dark-background-color;
} }
}
.content, .content,
.content-md, .content-md,