Skip to content

Commit 206afd7

Browse files
committed
MOBILE-3401 qrscanner: Fix scanner on darkmode
1 parent e9e8605 commit 206afd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/app.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,17 +1305,17 @@ ion-app.app-root {
13051305
// QR scan. The scanner is at the background of the app, we need to hide the elements that overlay it.
13061306
.core-scanning-qr {
13071307
ion-app.app-root {
1308-
background-color: transparent;
1308+
background-color: transparent !important;
13091309

13101310
.ion-page {
1311-
background-color: transparent;
1311+
background-color: transparent !important;
13121312
}
13131313
ion-content, ion-backdrop, ion-modal:not(.core-modal-fullscreen), core-ion-tabs {
1314-
display: none;
1314+
display: none !important;
13151315
}
13161316

13171317
&.ios .ion-page.show-page~.nav-decor {
1318-
display: none;
1318+
display: none !important;
13191319
}
13201320
}
13211321
}

0 commit comments

Comments
 (0)