mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[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:
parent
d0817a2504
commit
cf4e5fe97b
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user