From 7ffdeecd8657f8a39c004be95e285d06dfeb0834 Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Mon, 9 Oct 2023 23:11:30 +0530 Subject: [PATCH] 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. --- web/styles/dark_theme.css | 3 +-- web/styles/informational_overlays.css | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/web/styles/dark_theme.css b/web/styles/dark_theme.css index 972d8d7f7d..ce287a6a9f 100644 --- a/web/styles/dark_theme.css +++ b/web/styles/dark_theme.css @@ -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%); } diff --git a/web/styles/informational_overlays.css b/web/styles/informational_overlays.css index daf418286a..eaf3fad1b6 100644 --- a/web/styles/informational_overlays.css +++ b/web/styles/informational_overlays.css @@ -33,10 +33,6 @@ .overlay-modal { padding-bottom: 10px; - .modal-header h3 { - font-weight: 300; - } - .modal-body { height: 70vh; text-align: center;