Skip to content

Small Spinner on explorer tree nav bar and document tabs has opacity 0 #5299

@at055612

Description

@at055612

The spinning icon is constantly spinning on every tab and the exp tree nav bar, but not visible to the user due to the opacity. Assume it is using CPU to do this when not required, and confusing screen readers.

Suggest changing the spinner.css from

.SpinnerSmall {
    opacity: 0;
}

.SpinnerSmall.refreshing {
    opacity: 1;
}

to

.SpinnerSmall {
    visibility: hidden;
}

.SpinnerSmall.refreshing {
    visibility: visible;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    accessibilityIssues relating to accessibility of the UIf:ui / uxIssues relating to the user interface/experience

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions