GNOME Bugzilla – Bug 753051
[HighContrast] double border for the “add custom color” button
Last modified: 2015-07-31 13:44:08 UTC
Created attachment 308449 [details] Screenshot. When using the HighContrast theme, the “add custom color” button (GtkColorSwatch#add-color-button) has a strange double border. Using “ GtkColorSwatch#add-color-button * { border-width:0; } GtkColorSwatch#add-color-button { box-shadow:none; } ” solves the problem, and one that appear on hovering/not-hovering, but losts all feedback on hover/click (the other GtkColorSwatch have one). One little thing more is that on backdrop state, the “+” char continues to be black, instead of being like the “✔” checkmark greyed (like it is in Adwaita).
Oh, I’m talking about a GtkColorChooserDialog, sorry for forgetting this important information. ^^’
Created attachment 308553 [details] [review] HC: custom color button fixes
Attachment 308553 [details] pushed as 230c248 - HC: custom color button fixes