You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2025. It is now read-only.
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
Screenshots
Details (please complete the following information):