Skip to content

Commit

Permalink
remove right border when None
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed May 14, 2024
1 parent d55335b commit b06471a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions haxe/ui/backend/html5/StyleHelper.hx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ class StyleHelper {
css.removeProperty("border-bottom-width");
css.removeProperty("border-bottom-style");
css.removeProperty("border-bottom-color");
css.removeProperty("border-right-width");
css.removeProperty("border-right-style");
css.removeProperty("border-right-color");
case Full:
css.borderWidth = HtmlUtils.px(style.borderLeftSize);
css.borderStyle = borderStyle;
Expand Down

0 comments on commit b06471a

Please sign in to comment.