Open
Description
Describe the bug
I declare the following properties
--a: red;
--b: var(--a);
When the color widget is clicked on --a
it shows the text in the header with color info, but when clicked on --b
it shows invisible text in the header (it's not interactive, but hovering over there shows tooltips).
To Reproduce
Steps to reproduce the behavior:
- Create file with the snippet above
- click on the color swatch next to
--b
property
Expected behavior
the header of the widget should show name of the color and should be interactive
Details (please complete the following information):
- OS: Linux
- VSCode version:
1.84.2
- Extension version:
2.6.4