Skip to content

Commit ae1fd7a

Browse files
committed
Mark border-color and border-radius as repaint
Signed-off-by: Nico Burns <[email protected]>
1 parent 2f19a26 commit ae1fd7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

style/properties/longhands/border.mako.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
logical_group="border-color",
2828
allow_quirks="No" if is_logical else "Yes",
2929
ignored_when_colors_disabled=True,
30+
servo_restyle_damage="repaint",
3031
affects="paint",
3132
)}
3233

@@ -78,6 +79,7 @@
7879
boxed=True,
7980
logical_group="border-radius",
8081
logical=is_logical,
82+
servo_restyle_damage="repaint",
8183
affects="paint",
8284
)}
8385
% endfor

0 commit comments

Comments
 (0)