Skip to content

Commit

Permalink
[MOBILEAPPS-1707] Custom URL schema new issues from Frontend - dark s…
Browse files Browse the repository at this point in the history
…quared 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
  • Loading branch information
jatin2008 committed Feb 28, 2023
1 parent d0817a2 commit cf4e5fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
width: 100%;
height: 100%;

.adf-alfresco-viewer {
.adf-viewer {
position: relative;
}
}

.adf-viewer-toolbar .adf-toolbar-divider {
display: none;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit cf4e5fe

Please sign in to comment.