Skip to content

Commit

Permalink
MOBILE-4348 module: Gray whole card when item dimmed
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Oct 6, 2023
1 parent ec7a3ea commit c01ec44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/theme.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,9 @@ body.core-iframe-fullscreen ion-router-outlet {
.item-dimmed {
opacity: 0.7;
--background: var(--light);
ion-item {
--background: var(--light);
}
}

// Extra text colors.
Expand Down

0 comments on commit c01ec44

Please sign in to comment.