mirror of https://github.com/zulip/zulip.git
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:
parent
747b62d050
commit
7ffdeecd86
|
@ -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%);
|
||||
}
|
||||
|
|
|
@ -33,10 +33,6 @@
|
|||
.overlay-modal {
|
||||
padding-bottom: 10px;
|
||||
|
||||
.modal-header h3 {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
height: 70vh;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue