From f4424c38dbacafa52d0ca0bb01bd2d8a24e5d667 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 25 Apr 2023 17:31:14 -0700 Subject: [PATCH] emails: Remove stale CSS from previous message email designs. Elements with these classes stopped being generated in a5c69fb707e2298f2cfb7d75d8aeeca4eaea9db5, be762f9485def0a3422e1ef8afcb671d513a744f, and 3a6fc09a4da57d3a8d3bbc91910e131c5c4eefdf. --- templates/zerver/emails/email.css | 78 ------------------------------- 1 file changed, 78 deletions(-) diff --git a/templates/zerver/emails/email.css b/templates/zerver/emails/email.css index 3f7165f3af..073b92fa97 100644 --- a/templates/zerver/emails/email.css +++ b/templates/zerver/emails/email.css @@ -204,42 +204,6 @@ p.digest_paragraph, } /* CSS for digest email content. */ -#private-messages { - width: 600px; - font-size: 12px; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -} - -.recipient_block { - background-color: #f0f4f5; - border: 1px solid #000; - margin-bottom: 4px; -} - -.recipient_header { - color: #e0dada; - background-color: #444; - border-bottom: 1px solid #000; - font-weight: bold; - padding: 2px; -} - -.message_content { - background-color: #eff3f4; - margin-left: 1px; - margin-right: 2px; -} - -.message_sender { - font-weight: bold; - padding-top: 1px; -} - -.message_content_block { - padding-left: 6px; - font-weight: normal; -} - .messages { width: 600px; font-size: 12px; @@ -264,48 +228,6 @@ p.digest_paragraph, margin-right: 2px; } -.hot_convo_message_sender { - font-weight: bold; - padding-top: 1px; -} - -.recipient_block_with_messages { - border: 1px solid #000; - margin-bottom: 4px; -} - -.recipient_header_with_messages { - background-color: #9ecaff; - border-bottom: 1px solid #000; - font-weight: bold; - padding: 2px; -} - -.message_content_with_messages { - margin-left: 1px; - margin-right: 2px; -} - -.recipient_block_without_messages { - background-color: #f0f4f5; - border: 1px solid #000; - margin-bottom: 4px; -} - -.recipient_header_without_messages { - color: #fff; - background-color: #444; - border-bottom: 1px solid #000; - font-weight: bold; - padding: 2px; -} - -.message_content_without_messages { - background-color: #f0f4f5; - margin-left: 1px; - margin-right: 2px; -} - .hot_convo_message_content_block { padding-left: 6px; font-weight: normal;