styles: Remove CSS for ".modal-header".

We do not use "modal-header" on any elements now, so
we can remove the redundant CSS rules defined for it.
This commit is contained in:
Sahil Batra 2023-10-09 23:11:30 +05:30 committed by Tim Abbott
parent 747b62d050
commit 7ffdeecd86
2 changed files with 1 additions and 6 deletions

View File

@ -888,8 +888,7 @@
.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(odd) th,
#subscription_overlay #stream-creation .modal-footer,
#groups_overlay #user-group-creation .modal-footer,
.modal-bg .modal-header {
#groups_overlay #user-group-creation .modal-footer {
border-color: hsl(0deg 0% 0% / 20%);
background-color: hsl(0deg 0% 0% / 20%);
}

View File

@ -33,10 +33,6 @@
.overlay-modal {
padding-bottom: 10px;
.modal-header h3 {
font-weight: 300;
}
.modal-body {
height: 70vh;
text-align: center;