Commit 9d3c991
Mark border-inline/block as a color property
- Fixes an issue that previously prevented ColorSwatch from being displayed
- Make these properties show the Color keyword when Autocomplete.
Added the following properties:
- 'border-inline',
- 'border-inline-color',
- 'border-block',
- 'border-block-color',
and complementary SVG-related color properties:
- 'flood-color',
- 'lighting-color',
- 'stop-color'
pfaffe@ has previously added some other border properties, see:
https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5667297
Bug: 389048232
Change-Id: Ibef893f7154458d9552dfaf6180ab6c9ee93d452
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6371612
Reviewed-by: Philip Pfaffe <[email protected]>
Commit-Queue: 一丝 <[email protected]>1 parent aad3e2e commit 9d3c991
File tree
2 files changed
+20
-2
lines changed- front_end/core/sdk
2 files changed
+20
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| 550 | + | |
| 551 | + | |
550 | 552 | | |
551 | 553 | | |
552 | 554 | | |
553 | 555 | | |
| 556 | + | |
| 557 | + | |
554 | 558 | | |
555 | 559 | | |
556 | 560 | | |
| |||
597 | 601 | | |
598 | 602 | | |
599 | 603 | | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
600 | 608 | | |
601 | 609 | | |
602 | 610 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
99 | 109 | | |
100 | 110 | | |
101 | 111 | | |
| |||
0 commit comments