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 726916 - "Delete" button in Selection mode doesn't look good
"Delete" button in Selection mode doesn't look good
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
3.11.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-03-23 11:07 UTC by Daniel Korostil
Modified: 2014-03-27 12:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
main: Fix initial delete button's state (912 bytes, patch)
2014-03-27 02:41 UTC, Bastien Nocera
committed Details | Review

Description Daniel Korostil 2014-03-23 11:07:25 UTC
Red background and black foreground hurt eyes:
http://i.imgur.com/rccxblE.png
We should use white foreground instead, like sound recorder:
http://i.imgur.com/rccxblE.png
Comment 1 Daniel Korostil 2014-03-23 11:21:31 UTC
Sound recorder:
http://i.imgur.com/19QKGRs.png
Comment 2 Matthias Clasen 2014-03-24 17:30:54 UTC
looks like a totem state tracking bug instead - selecting and unselecting something fixes things
Comment 3 Bastien Nocera 2014-03-27 02:41:29 UTC
Created attachment 273048 [details] [review]
main: Fix initial delete button's state

If nothing is selected, the default class of the delete button
will contain "destructive-action" and paint that button red.

Remove the class from the GtkBuilder file to fix the initial state.
Comment 4 Bastien Nocera 2014-03-27 12:15:08 UTC
Attachment 273048 [details] pushed as c86ca4c - main: Fix initial delete button's state