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

Is it possible to fully hide a class? #2537

Open
Co3co opened this issue Sep 25, 2023 · 1 comment
Open

Is it possible to fully hide a class? #2537

Co3co opened this issue Sep 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Co3co
Copy link

Co3co commented Sep 25, 2023

Is there a way completely hide all unoccupied tag buttons for river/tags? What I want to do is basically the same thing that the hide vacant tags dwm patch does.
I have tried setting these properties:

font-size: 0;
min-width: 0;
min-height: 0;
margin: 0;
padding: 0;
border: 0;
opacity: 0;
background-color: transparent;

But they do not fully hide the tags. I still see blank space where the tags should be, and I'm still able to click on the unoccupied tags to focus them. I also tried display: none; and visibility: hidden;, but they were not valid properties.

@Alexays Alexays added the enhancement New feature or request label Oct 17, 2023
@LanderMoerkerke
Copy link

A workaround can be found here: #2721

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

No branches or pull requests

3 participants