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 732494 - issues active buttons in popovers
issues active buttons in popovers
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Themes
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 729023 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-06-30 14:52 UTC by Matthias Clasen
Modified: 2014-07-03 02:58 UTC
See Also:
GNOME target: 3.14
GNOME version: ---


Attachments
active state for popover buttons (95.52 KB, image/png)
2014-06-30 16:54 UTC, Jakub Steiner
Details
this is what I'm talking about (106.57 KB, image/png)
2014-06-30 18:24 UTC, Matthias Clasen
Details

Description Matthias Clasen 2014-06-30 14:52:17 UTC
Active buttons in popover menus appear depressed, which looks just odd.
Comment 1 Jakub Steiner 2014-06-30 16:52:23 UTC
Depressed buttons are in need of some Xanax? ;) But seriously I'm not sure what you mean here. I don't think the active state should be using white fg, but that's probably not what you mean here?
Comment 2 Jakub Steiner 2014-06-30 16:54:53 UTC
Created attachment 279620 [details]
active state for popover buttons
Comment 3 Matthias Clasen 2014-06-30 18:24:00 UTC
Created attachment 279627 [details]
this is what I'm talking about
Comment 4 Matthias Clasen 2014-06-30 18:24:21 UTC
Something like this:

.popover .button:active {
  border: none;
  background: none;
  box-shadow: none;
}

fixes it
Comment 5 Jakub Steiner 2014-07-01 12:03:56 UTC
*** Bug 729023 has been marked as a duplicate of this bug. ***
Comment 6 Lapo Calamandrei 2014-07-02 14:26:19 UTC
the snipped will flatten up all button inside the popover, it needs something a bit more complicate, the problem is that the button label doesn't change its color wrt states