From 0f11e81c235539218475f92851d70b96699d77f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Tue, 30 May 2023 10:39:01 +0000 Subject: [PATCH] refactor: Remove dead code --- .../snappymail/app/themes/Nextcloud25/styles.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 0c91a48ca..ff4638840 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -1474,22 +1474,6 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-color: var(--color-background-dark); } -/* TODO: darken mails only with NC dark theme (needs some more js) */ -/* - * dark mails - */ - -/* @media (prefers-color-scheme: dark) { - #rl-app .bodyText, .bodyText img { - filter: invert(95%) hue-rotate(180deg); - } - - #rl-app .bodyText img { - border-radius: 4px; - } -} */ - -/* TODO: Improve settings layout and theming */ /* * settings */