mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +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);
|
element.removeAttr(key);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue