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

GtkSpinner widget remains persistently visible by default #24

Open
TheBoctor opened this issue Aug 14, 2024 · 0 comments
Open

GtkSpinner widget remains persistently visible by default #24

TheBoctor opened this issue Aug 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TheBoctor
Copy link

TheBoctor commented Aug 14, 2024

In this part of the base.css stylesheet for the GTK3 (and 4) style, the GTK spinner widget is set to be visible in its default state. I am not sure if this is what you intend, but in the Thunar file manager, this causes an inactive spinner icon to remain persistently visible in the top-right corner of the application. The default behavior of this widget in other themes is to remain hidden until active/checked.

image

The visual quirk is resolved if this block of CSS is replaced by the following:

spinner {
        color: @theme_fg;
        opacity: 0;
}

image

Thanks so much for the time and care you've given to keeping these themes alive.

@luigifab luigifab added the bug Something isn't working label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants