Merge pull request #2178 from bengu-thon-mai-mochi/modal-arrow

Remove blocking arrow in modal dialog
This commit is contained in:
Cüneyt Şentürk 2021-07-06 16:18:38 +03:00 committed by GitHub
commit 82f4f007a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1727,3 +1727,11 @@ table .align-items-center td span.badge {
}
/* Line item */
/* Accordion Header Arrow Start */
.modal .modal-content .card-header::after {
display: none !important;
}
/* Accordion Header Arrow Finish */