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

Missing hover effect on .primary-toolbar button (outside of maybe Nemo) #133

Closed
AndreiMiculita opened this issue Jan 19, 2021 · 1 comment

Comments

@AndreiMiculita
Copy link

Hi, there are some widgets that show their default style when hovered over with this theme. In Linux Mint, for example, they are at the top of the theme selection windows (see screenshots), as well as in other system settings.

Screenshot from 2021-01-19 18-20-25
Screenshot from 2021-01-19 18-20-38

I assume this is not how it's meant to look.

I've managed to find their selector: .primary-toolbar button. I noticed it is defined for nemo windows (I think?)

.nemo-window toolbar.primary-toolbar button:hover {
    color: #F67E7D;
}

After defining the style for hovering like this:

.primary-toolbar button:hover,
.primary-toolbar button:focus,
.primary-toolbar .raised button:hover,
.primary-toolbar .raised button:focus {
    color: #F67E7D;
}

in gtk-3.0/gtk.css
This is how they look:
Screenshot from 2021-01-19 18-19-22
Screenshot from 2021-01-19 18-19-41
Not sure what your preference is, but if you want to fix it, you have the selectors you might need.

@AndreiMiculita AndreiMiculita changed the title No hover effect on .primary-toolbar button (outside of maybe Nemo) Missing hover effect on .primary-toolbar button (outside of maybe Nemo) Jan 19, 2021
@EliverLara
Copy link
Owner

Thank you so much for providing the fix! It is fixd now.

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

No branches or pull requests

2 participants