[MOBILEAPPS-1707] Custom URL schema new issues from Frontend - dark squared shade for Open in App button, Banner is disappearing for the PDF files in ios and android (#3018)

* Custom URL schema issues after rigorous testing

* review comments addressed

* [MOBILEAPPS-1707] removed added space between classes

* [MOBILEAPPS-1707] removed important and added mat-button for higher priority
This commit is contained in:
Jatin Chugh 2023-02-28 22:19:38 +05:30 committed by GitHub
parent d0817a2504
commit cf4e5fe97b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,12 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
.adf-alfresco-viewer {
.adf-viewer {
position: relative;
}
}
.adf-viewer-toolbar .adf-toolbar-divider { .adf-viewer-toolbar .adf-toolbar-divider {
display: none; display: none;
} }

View File

@ -15,3 +15,7 @@
.open-in-app.mat-button { .open-in-app.mat-button {
overflow-x: hidden; overflow-x: hidden;
} }
.open-in-app.mat-button.cdk-program-focused .mat-button-focus-overlay {
opacity: 0;
}