From ac64f4a156d624816622b3b0a5a50b565a4f1ed0 Mon Sep 17 00:00:00 2001 From: Bola Ahmed Buari Date: Wed, 28 Apr 2021 14:08:42 +0000 Subject: [PATCH] Fixes #3506: Outgoing emails with tables have borders (do not contain design elements in email reset css). --- app/views/mailer/application_wrapper.html.erb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/views/mailer/application_wrapper.html.erb b/app/views/mailer/application_wrapper.html.erb index 07d5a7330..6b1ce940b 100644 --- a/app/views/mailer/application_wrapper.html.erb +++ b/app/views/mailer/application_wrapper.html.erb @@ -36,15 +36,11 @@ } td, th { padding: 7px 12px; - border: 1px solid hsl(0,0%,87%); } th { font-weight: bold; text-align: center; } - tbody tr:nth-child(even) { - background: hsl(0,0%,97%); - } col { width: auto; } @@ -73,4 +69,4 @@ ###html### - \ No newline at end of file +