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

Hover effects on tray icons don't work #3182

Closed
Kommynct opened this issue Apr 29, 2024 · 2 comments
Closed

Hover effects on tray icons don't work #3182

Kommynct opened this issue Apr 29, 2024 · 2 comments
Labels

Comments

@Kommynct
Copy link

Kommynct commented Apr 29, 2024

#tray > .active {
	opacity: 0.8;
}
#tray > .active:hover {
	opacity: 1;
}

All this does is make the opacity of the tray icons permanently 0.8

@haug1

@github-actions github-actions bot added the sni label Apr 29, 2024
@haug1
Copy link
Contributor

haug1 commented Apr 29, 2024

I think this is expected behavior. Would probably have to add hover handling for tray icons specifically inside the tray module. (So this is a new feature request.)

haug1 added a commit to haug1/Waybar that referenced this issue May 3, 2024
@zjeffer
Copy link
Contributor

zjeffer commented May 6, 2024

@Kommynct This should be fixed now

@Alexays Alexays closed this as completed May 7, 2024
zjeffer pushed a commit to zjeffer/Waybar that referenced this issue May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants