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

hyprland/window: Fix overlap with .hidden class from default style #2307

Merged
merged 1 commit into from Jul 12, 2023

Conversation

gardenappl
Copy link
Contributor

I made a mistake in #2270, apparently the .hidden class is already used for something else, and the default style.css has a rule for it (I did not realize this because I use a custom style.css).

window#waybar.hidden {

This led to #2301, where the waybar became transparent when there are hidden windows. This was not intended behvior.

I honestly don't know what the opacity: 0.2 rule is used for. But if it really is used for something, then this PR should fix any issues, by renaming hyprland/window's style to .hidden-window.

@Alexays Alexays merged commit 19c7c07 into Alexays:master Jul 12, 2023
9 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants