File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ property_list! (PropertyValueWithGlobal, {
42
42
0x10 Visibility : VisibilityType as Inherit default Visibility :: Visible ;
43
43
0x11 Color : ColorType as Inherit default Color :: Specified ( 0 , 0 , 0 , 255 ) ;
44
44
0x12 Opacity : NumberType as Initial default Number :: F32 ( 1. ) ;
45
+ 0x13 CaretColor : ColorType as Inherit default Color :: Undefined ;
45
46
46
47
// flex
47
48
0x20 FlexDirection : FlexDirectionType as Initial default FlexDirection :: Row ;
@@ -372,6 +373,7 @@ property_value_format! (PropertyValueWithGlobal, {
372
373
} } ;
373
374
374
375
color: { { Color = <color_repr> } } ;
376
+ caret_color: { { CaretColor = <color_repr> } } ;
375
377
opacity: { { Opacity = <number> } } ;
376
378
z_index: { { ZIndex
377
379
= "auto" => ZIndexType :: Auto
You can’t perform that action at this time.
0 commit comments