From 40f24190914fa8ce5b8f89098b0fccca9a8ff8b4 Mon Sep 17 00:00:00 2001 From: Daniil Fadeev Date: Wed, 26 Apr 2023 14:23:39 +0700 Subject: [PATCH] emails: Delete unused CSS selectors. These selectors have been deleted because they were not being used anywhere in '/templates/zerver/emails/**', and do not seem relevant for send_custom_email custom emails that we might do manually. --- templates/zerver/emails/email.css | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/templates/zerver/emails/email.css b/templates/zerver/emails/email.css index 95d2ca7f08..2382e6b05f 100644 --- a/templates/zerver/emails/email.css +++ b/templates/zerver/emails/email.css @@ -166,10 +166,6 @@ p.digest_paragraph, color: #434388 !important; } -.important { - border-bottom: 3px solid #d4e3e8; -} - .body .button { display: block; padding: 10px 0; @@ -261,11 +257,6 @@ p.digest_paragraph, padding-bottom: 10px; } -.missed_message_sender { - text-decoration: underline; - font-weight: bold; -} - .content_disabled_help_link { color: #15c; } @@ -300,10 +291,6 @@ p.digest_paragraph, padding: 0 10px 10px; } - table[class="body"] .article { - padding: 10px !important; - } - table[class="body"] .content { padding: 0 !important; } @@ -318,20 +305,6 @@ p.digest_paragraph, border-radius: 0 !important; border-right-width: 0 !important; } - - table[class="body"] .btn table { - width: 100% !important; - } - - table[class="body"] .btn a { - width: 100% !important; - } - - table[class="body"] .img-responsive { - height: auto !important; - max-width: 100% !important; - width: auto !important; - } } @media all {