Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color picker: Ability to update a single instance of a color #481

Open
ajashton opened this issue Jul 22, 2011 · 4 comments
Open

Color picker: Ability to update a single instance of a color #481

ajashton opened this issue Jul 22, 2011 · 4 comments
Assignees
Labels
Milestone

Comments

@ajashton
Copy link
Contributor

The color picker in bones branch seems to update colors via search & replace over the whole stylesheet. If I have line-color:#f00; polygon-fill:#f00;, I should be able to update just one of the two colors using the color picker.

I'm not sure whether this should happen by changing the way the color picker updates colors or by providing a hex code in the picker interface to copy & paste.

We already have @variables for updating single colors in many places across the document. Do we need to duplicate this feature with the color palette?

@yhahn
Copy link
Contributor

yhahn commented Jul 22, 2011

Should be doable by referencing the location of the color at parse time.

@ghost ghost assigned ajashton and yhahn Jul 22, 2011
@nvkelso
Copy link

nvkelso commented Aug 3, 2011

+1

@yhahn
Copy link
Contributor

yhahn commented Aug 3, 2011

I'd still like to do this, just postponed for post 0.4.0 release. I looked at it a while back and it's a bit more challenging than I first thought.

@tmcw tmcw unassigned yhahn Sep 21, 2016
@tpotter7 tpotter7 added this to the 1.0.1 milestone Feb 24, 2019
@tpotter7
Copy link
Collaborator

Here is one for you Cory related to the color picker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 participants