MOBILE-4348 module: Gray whole card when item dimmed

main
Pau Ferrer Ocaña 2023-10-06 16:06:45 +02:00
parent ec7a3ea9b4
commit c01ec44710
1 changed files with 3 additions and 0 deletions

View File

@ -840,6 +840,9 @@ body.core-iframe-fullscreen ion-router-outlet {
.item-dimmed { .item-dimmed {
opacity: 0.7; opacity: 0.7;
--background: var(--light); --background: var(--light);
ion-item {
--background: var(--light);
}
} }
// Extra text colors. // Extra text colors.