mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 17:27:00 +00:00
Skip encoding transparent color
This commit is contained in:
parent
64733c1448
commit
38c98d6d79
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ public class HtmlHelper {
|
|||
}
|
||||
}
|
||||
|
||||
if (color == null) {
|
||||
if (color == null || color == Color.TRANSPARENT) {
|
||||
element.removeAttr(key);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue