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

@@ -57,7 +57,7 @@ class HassioCreateBackupDialog extends LitElement {
)}
>
${this._creatingBackup
? html`<ha-circular-progress active></ha-circular-progress>`
? html`<ha-circular-progress indeterminate></ha-circular-progress>`
: html`<supervisor-backup-content
.hass=${this.hass}
.supervisor=${this._dialogParams.supervisor}