human-theme icon indicating copy to clipboard operation
human-theme copied to clipboard

GtkSpinner widget remains persistently visible by default

Open TheBoctor opened this issue 1 year ago • 0 comments

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.

TheBoctor avatar Aug 14 '24 17:08 TheBoctor