We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f5592 commit 7d88450Copy full SHA for 7d88450
src/theme/dark.scss
@@ -81,13 +81,12 @@ ion-app.app-root {
81
background-color: $core-dark-item-divider-bg-color;
82
}
83
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;
+ .item.activated {
+ &.item-ios,
+ &.item-md,
+ &.item-wp {
+ background-color: $core-dark-background-color;
+ }
91
92
93
.content,
0 commit comments