From cf4e5fe97b0491b184a48e1e5fefb48eeebdd7bd Mon Sep 17 00:00:00 2001 From: Jatin Chugh <105338943+jatin2008@users.noreply.github.com> Date: Tue, 28 Feb 2023 22:19:38 +0530 Subject: [PATCH] [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 --- .../shared-link-view/shared-link-view.component.scss | 6 ++++++ .../lib/components/open-in-app/open-in-app.component.scss | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.scss b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.scss index d7b46495a..a6e2243e9 100644 --- a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.scss +++ b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.scss @@ -2,6 +2,12 @@ width: 100%; height: 100%; + .adf-alfresco-viewer { + .adf-viewer { + position: relative; + } + } + .adf-viewer-toolbar .adf-toolbar-divider { display: none; } diff --git a/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.scss b/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.scss index 115858f5e..7dcba44cd 100644 --- a/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.scss +++ b/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.scss @@ -15,3 +15,7 @@ .open-in-app.mat-button { overflow-x: hidden; } + +.open-in-app.mat-button.cdk-program-focused .mat-button-focus-overlay { + opacity: 0; +}