Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GtkTreeMenu not changing text color on hover #4

Closed
lassekongo83 opened this issue May 23, 2014 · 0 comments
Closed

GtkTreeMenu not changing text color on hover #4

lassekongo83 opened this issue May 23, 2014 · 0 comments

Comments

@lassekongo83
Copy link
Owner

Reporting this issue myself in hope of finding someone that knows what's causing it. It's driving me crazy.

Drop down menus on GtkComboBoxes doesn't change text color when hovering the menuitem.

  1. Open gtk3-widget-factory.
  2. Click on the combobox menu and hover the mouse over the menuitem. Background color changes but not text color.
  3. Change theme to adwaita and the hover color will be the correct color.

I've tried many possibilities like:

  • GtkTreeMenu .menuitem:hover { color: @theme_selected_fg_color; } (and :active, :selected, *:hover etc.)
  • Replacing everything under the Menus and combobox sections with adwaita's default settings.

Nothing seems to fix it unless I completely replace gtk-widgets.css with the one from adwaita. I've compared both files and can't find anything out of the ordinary with text colors in menus and menuitems. Both files are almost identical in that area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant