Skip to content

Commit

Permalink
Make global progress bar hidden from screen readers (#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Dec 18, 2023
1 parent f6e8407 commit 05131df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/components/ProgressBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@ export const ProgressBar = ({ notebook, backend_launch_phase, status }) => {
}
}
}}
aria-valuenow=${100 * progress}
aria-valuemin="0"
aria-valuemax="100"
aria-valuetext=${title}
aria-hidden="true"
title=${title}
></loading-bar>`
}

0 comments on commit 05131df

Please sign in to comment.