Threespot / tolaria

A Rails CMS framework for making your editors happy.
https://threespot.github.io/tolaria/
MIT License
37 stars 5 forks source link

Whither color swatch color lines? #66

Open lfrancis opened 7 years ago

lfrancis commented 7 years ago

What is the purpose of the color lines in the color swatch?

pasted_image_at_2017_04_04_12_48_pm_360

csuhta commented 7 years ago

It's supposed to show what the color looks like along with a desaturated and shadowed version of the color

lfrancis commented 7 years ago

How are the desaturated and shadowed versions determined?

defbyte commented 7 years ago

@lfrancis 20% black, 20% white:

https://github.com/Threespot/tolaria/blob/master/app/assets/stylesheets/admin/components/forms/_swatch_field.scss#L23

lfrancis commented 7 years ago

Is this display intended to be useful to the end user, or is it a simple decoration of the assigned color swatch?

csuhta commented 7 years ago

It's supposed to show how the color looks inside design features. Example: You ask the user to pick a background color, but you might be floating a shadowed box on top of that background, etc

tedw commented 7 years ago

I'm with Lewis, I think this is confusing in most cases.