Skip to content

Commit

Permalink
UX: add double declaration for modal classes (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapoi authored Oct 29, 2024
1 parent 125c430 commit 307f531
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@ div.menu-links-header .menu-links-row {
box-shadow: none;
}

.d-modal__container,
.modal-inner-container {
background: $cyberpunk-low;
box-shadow: none;
Expand All @@ -775,13 +776,15 @@ div.menu-links-header .menu-links-row {
}

.inline-modal {
.modal-inner-container {
.d-modal__container .modal-inner-container {
border: 0;
}
}

.modal-header,
.modal-footer {
.d-modal__header,
.modal-footer,
.d-modal__footer {
border: 0;
}

Expand Down

0 comments on commit 307f531

Please sign in to comment.