diff options
author | Moonchild <moonchild@palemoon.org> | 2020-10-20 09:52:16 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-10-20 09:52:16 +0000 |
commit | b273afd2e736f285cc9d8c41da95a0ef3ba1d15b (patch) | |
tree | d6d3ab0488946079b8273cec1589c33e9721e039 /devtools | |
parent | fbfe2ed58f6977e3f0f464040796db62e7393057 (diff) | |
parent | 094355467b9c658054a277ee4033f78262ea28cc (diff) | |
download | uxp-b273afd2e736f285cc9d8c41da95a0ef3ba1d15b.tar.gz |
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/shared/css/generated/properties-db.js | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devtools/shared/css/generated/properties-db.js b/devtools/shared/css/generated/properties-db.js index 50d849e79e..01358a033d 100644 --- a/devtools/shared/css/generated/properties-db.js +++ b/devtools/shared/css/generated/properties-db.js @@ -2872,6 +2872,7 @@ exports.CSS_PROPERTIES = { "box-shadow", "box-sizing", "caption-side", + "caret-color", "clear", "clip", "clip-path", @@ -5277,6 +5278,28 @@ exports.CSS_PROPERTIES = { "unset" ] }, + "caret-color": { + "isInherited": true, + "subproperties": [ + "caret-color" + ], + "supports": [ + 2 + ], + "values": [ + "COLOR", + "auto", + "currentColor", + "hsl", + "hsla", + "inherit", + "initial", + "rgb", + "rgba", + "transparent", + "unset" + ] + }, "clear": { "isInherited": false, "subproperties": [ |