diff options
author | Moonchild <moonchild@palemoon.org> | 2020-10-20 09:47:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 09:47:00 +0000 |
commit | 23a30020df8a4be6a96fd514fe870260b64a96a1 (patch) | |
tree | eb7ca4ae3da96bf3049c3da41fc511ff3154515e /devtools | |
parent | 87c4c77ad79f346d9104d9586c9928f30a500632 (diff) | |
parent | 95b4e5084b7fbe62609cfe9680eed5db135a57c8 (diff) | |
download | UXP-23a30020df8a4be6a96fd514fe870260b64a96a1.tar UXP-23a30020df8a4be6a96fd514fe870260b64a96a1.tar.gz UXP-23a30020df8a4be6a96fd514fe870260b64a96a1.tar.lz UXP-23a30020df8a4be6a96fd514fe870260b64a96a1.tar.xz UXP-23a30020df8a4be6a96fd514fe870260b64a96a1.zip |
Merge pull request #1670 from athenian200/caret_color
Implement CSS caret-color
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 316352771..ebe2a3828 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": [ |