Skip to content

Commit

Permalink
Merge pull request #253 from PublicisSapient/update-progress-bar
Browse files Browse the repository at this point in the history
Fix look and feel for Progress bar to look more like a progress bar
  • Loading branch information
kummadhi authored Mar 4, 2025
2 parents 11de80c + d864b4e commit 0a8b254
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/body/progress.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</p>

<div id="html5-example" class="enable-example">
<progress aria-label="Loading progress" id="html1" class="uam" max="100" value="0" data-timeout="1000" data-alert="html1-alert">
<progress aria-label="Loading progress" id="html1" class="simplebar" max="100" value="0" data-timeout="1000" data-alert="html1-alert">
</progress>
<strong class="sr-only" id="html1-alert" aria-live="assertive" aria-atomic="true" role="alert">0%</strong>
</div>
Expand Down Expand Up @@ -113,7 +113,7 @@
</p>

<div id="html5-focus-example" class="enable-example">
<progress id="html2" class="uam" max="100" value="0" data-timeout="1000" tabindex="-1"
<progress id="html2" class="gradientbar" max="100" value="0" data-timeout="1000" tabindex="-1"
aria-label="Loading Data">
</progress>
</div>
Expand Down
221 changes: 221 additions & 0 deletions css/progress.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0a8b254

Please sign in to comment.