After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753051 - [HighContrast] double border for the “add custom color” button
[HighContrast] double border for the “add custom color” button
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Themes
3.17.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-07-30 11:28 UTC by Arnaud B.
Modified: 2015-07-31 13:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot. (19.23 KB, image/png)
2015-07-30 11:28 UTC, Arnaud B.
  Details
HC: custom color button fixes (2.71 KB, patch)
2015-07-31 13:43 UTC, Jakub Steiner
committed Details | Review

Description Arnaud B. 2015-07-30 11:28:10 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).
Comment 1 Arnaud B. 2015-07-30 11:30:27 UTC
Oh, I’m talking about a GtkColorChooserDialog, sorry for forgetting this important information. ^^’
Comment 2 Jakub Steiner 2015-07-31 13:43:30 UTC
Created attachment 308553 [details] [review]
HC: custom color button fixes
Comment 3 Jakub Steiner 2015-07-31 13:44:05 UTC
Attachment 308553 [details] pushed as 230c248 - HC: custom color button fixes