MODILE-3308 dark: Fix activated items color

main
Pau Ferrer Ocaña 2020-01-23 09:14:19 +01:00
parent 84f559264b
commit 7d88450fd0
1 changed files with 6 additions and 7 deletions

View File

@ -81,13 +81,12 @@ 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, background-color: $core-dark-background-color;
.item.item-wp.activated { }
background-color: $core-dark-background-color;
} }
.content, .content,