mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 10:55:09 +01:00
Skip encoding transparent color
This commit is contained in:
@@ -768,7 +768,7 @@ public class HtmlHelper {
|
||||
}
|
||||
}
|
||||
|
||||
if (color == null) {
|
||||
if (color == null || color == Color.TRANSPARENT) {
|
||||
element.removeAttr(key);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user