Skip to content

Commit 7d88450

Browse files
committed
MODILE-3308 dark: Fix activated items color
1 parent 84f5592 commit 7d88450

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/theme/dark.scss

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,12 @@ ion-app.app-root {
8181
background-color: $core-dark-item-divider-bg-color;
8282
}
8383

84-
.item.item-ios:active,
85-
.item.item-ios.activated,
86-
.item.item-md:active,
87-
.item.item-md.activated,
88-
.item.item-wp:active,
89-
.item.item-wp.activated {
90-
background-color: $core-dark-background-color;
84+
.item.activated {
85+
&.item-ios,
86+
&.item-md,
87+
&.item-wp {
88+
background-color: $core-dark-background-color;
89+
}
9190
}
9291

9392
.content,

0 commit comments

Comments
 (0)