fix(dialogs-style): Remove box shadow from header and footer

This commit is contained in:
Tudor D. Pop 2021-05-06 19:38:08 +03:00 committed by GitHub
parent c851136f8e
commit f38bf7b14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -38,6 +38,7 @@
* Override @atlaskit/modal-dialog header styling * Override @atlaskit/modal-dialog header styling
*/ */
.atlaskit-portal [role="dialog"] header { .atlaskit-portal [role="dialog"] header {
box-shadow: none;
.jitsi-icon { .jitsi-icon {
cursor: pointer; cursor: pointer;
} }
@ -47,6 +48,13 @@
} }
} }
/**
* Override @atlaskit/modal-dialog footer styling.
*/
.atlaskit-portal [role="dialog"] footer {
box-shadow: none;
}
/** /**
* Make header close button more easily tappable on mobile. * Make header close button more easily tappable on mobile.
*/ */