mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 1899107 - [devtools] Display light-dark function in autocomplete. r=layout-reviewers,emilio.
Differential Revision: https://phabricator.services.mozilla.com/D211716
This commit is contained in:
parent
3c8ca8f533
commit
f114f4f423
@ -48,6 +48,7 @@ function do_test() {
|
||||
"color",
|
||||
"lab",
|
||||
"lch",
|
||||
"light-dark",
|
||||
"oklab",
|
||||
"oklch"
|
||||
];
|
||||
|
@ -816,19 +816,20 @@ impl SpecifiedValueInfo for Color {
|
||||
// XXX `currentColor` should really be `currentcolor`. But let's
|
||||
// keep it consistent with the old system for now.
|
||||
f(&[
|
||||
"currentColor",
|
||||
"transparent",
|
||||
"rgb",
|
||||
"rgba",
|
||||
"hsl",
|
||||
"hsla",
|
||||
"hwb",
|
||||
"currentColor",
|
||||
"transparent",
|
||||
"color-mix",
|
||||
"color",
|
||||
"lab",
|
||||
"lch",
|
||||
"oklab",
|
||||
"oklch",
|
||||
"color-mix",
|
||||
"light-dark",
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user