.menuitem GtkLabel:hover is black

Bug #1222489 reported by Danielle Foré
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
elementary Stylesheet
Fix Released
Medium
Unassigned

Bug Description

Can't figure out why, but it needs to be white.

Revision history for this message
David Hsu (illusionmist62442) wrote :

Apparently it should be like this (just digged into the default GNOME theme)

.menu .menuitem:active,
.menu .menuitem *:active,
.menu .menuitem:hover,
.menu .menuitem *:hover {
    color: @theme_selected_fg_color;
}

Revision history for this message
Satyajit Sahoo (satyajit-happy) wrote :

The above doesn't fix it either.

Revision history for this message
Satyajit Sahoo (satyajit-happy) wrote :

What I noticed is, removing the following code fixes it,

/* FIXME: I shouldn't need this */
* {
    color: @fg_color;
}

IMHO the toggle button bug should be fixed in Files. Not like this. This is a hack and messes up all.

Revision history for this message
Danielle Foré (danrabbit) wrote :

Yea agreed. I'm gonna pull that and we'll let the bug be in Files instead of every menu of every app.

Changed in egtk:
status: Confirmed → Fix Committed
Changed in egtk:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.