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
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
CSS Code
.css-s700uk {
--background-color:hsl(358,91%,45%); /* pick a suitable red color */box-shadow: inset 0001pxvar(--background-color);
background-color:var(--background-color);
}
The text was updated successfully, but these errors were encountered:
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
changed the title
Reset button styling
[Todo] Persist inputs to localStorage and fix color input
Aug 22, 2020
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
CSS Code
The text was updated successfully, but these errors were encountered: