feathericons.com icon indicating copy to clipboard operation
feathericons.com copied to clipboard

[Todo] Persist inputs to localStorage and fix color input

Open anthonygedeon opened this issue 4 years ago • 3 comments

When playing with the customize tools, I noticed that the reset button is not really noticeable after changing the properties of the icons.

Styling the reset button to red will signify danger and become noticeable.

Here's a screenshot of what I am talking about

image

CSS Code

.css-s700uk {
   --background-color: hsl(358, 91%, 45%); /* pick a suitable red color */
    box-shadow: inset 0 0 0 1px var(--background-color);
    background-color: var(--background-color);
}

anthonygedeon avatar Jun 19 '20 18:06 anthonygedeon

As far as a suitable red colour goes, this site uses Primer Colours:

johnletey avatar Jun 20 '20 11:06 johnletey

Thanks for opening this issue!

I’m going to refresh the site soon, and I’ll make sure to attend to low-contrast ratio problems like this one. I totally see the problem as you outlined here, @anthonygedeon. 👍

zaydek avatar Aug 22 '20 11:08 zaydek

#292 appears to be related, so these should likely be tackled at the same time.

zaydek avatar Aug 22 '20 13:08 zaydek