GNOME Bugzilla – Bug 726916
"Delete" button in Selection mode doesn't look good
Last modified: 2014-03-27 12:15:17 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
Sound recorder: http://i.imgur.com/19QKGRs.png
looks like a totem state tracking bug instead - selecting and unselecting something fixes things
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.
Attachment 273048 [details] pushed as c86ca4c - main: Fix initial delete button's state