Accessibility improvements for circular progress indicators (#18506)

This commit is contained in:
Simon Lamon
2023-12-04 14:06:25 +01:00
committed by GitHub
parent c5f15ee6ba
commit ccada33caf
79 changed files with 685 additions and 537 deletions

View File

@@ -95,7 +95,7 @@ class HassioBackupDialog
</ha-header-bar>
</div>
${this._restoringBackup
? html`<ha-circular-progress active></ha-circular-progress>`
? html`<ha-circular-progress indeterminate></ha-circular-progress>`
: html`
<supervisor-backup-content
.hass=${this.hass}