Skip encoding transparent color

pull/209/head
M66B 3 years ago
parent 64733c1448
commit 38c98d6d79

@ -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…
Cancel
Save