From 7d88450fd023160176d03baf9934dd90c20582b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 23 Jan 2020 09:14:19 +0100 Subject: [PATCH] MODILE-3308 dark: Fix activated items color --- src/theme/dark.scss | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/theme/dark.scss b/src/theme/dark.scss index a5ebc747f..44ec38b60 100644 --- a/src/theme/dark.scss +++ b/src/theme/dark.scss @@ -81,13 +81,12 @@ ion-app.app-root { background-color: $core-dark-item-divider-bg-color; } - .item.item-ios:active, - .item.item-ios.activated, - .item.item-md:active, - .item.item-md.activated, - .item.item-wp:active, - .item.item-wp.activated { - background-color: $core-dark-background-color; + .item.activated { + &.item-ios, + &.item-md, + &.item-wp { + background-color: $core-dark-background-color; + } } .content,