vizhub-core / vzcode

Mob Programming Code Editor
MIT License
55 stars 13 forks source link

Color Picker should work in .css files #608

Closed curran closed 3 months ago

curran commented 3 months ago

As a user editing a CSS file with VZCode, I want to be able to use the Alt+ interactive widgets to edit numbers and colors.

Reproduction code:

.ui-elements-container .counter {
  font-size: 32px; /* This number should be editable */
  color: #333333; /* This color should be editable */
  margin-left: 20px;
}