stylesheet icon indicating copy to clipboard operation
stylesheet copied to clipboard

Support progressbar in Treeview

Open danirabbit opened this issue 4 years ago • 0 comments

Like in Transmission. The following does not work, so it'll need some other selector manipulation

treeview {
    .progressbar {
        @extend progress;
    }

    .trough {
        @extend trough;
    }
}

danirabbit avatar Jan 28 '21 21:01 danirabbit