Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated styling classes from bx to cds to bring in correct loading cl… #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ <h1>IBM <span>z/OS Connect</span></h1>
<section class="repo-section" id="repo-section">

<!-- Inline loading -->
<div data-inline-loading class="bx--inline-loading" role="alert" aria-live="assertive">
<div class="bx--inline-loading__animation">
<div data-inline-loading class="cds--inline-loading" role="alert" aria-live="assertive">
<div class="cds--inline-loading__animation">
<div style="width:32px;height:32px;" data-inline-loading-spinner
class="bx--loading bx--loading--small">
<svg class="bx--loading__svg" viewBox="-75 -75 150 150">
<circle class="bx--loading__background" cx="0" cy="0" r="26.8125" />
<circle class="bx--loading__stroke" cx="0" cy="0" r="26.8125" />
class="cds--loading cds--loading--small">
<svg class="cds--loading__svg" viewBox="-75 -75 150 150">
<circle class="cds--loading__background" cx="0" cy="0" r="26.8125" />
<circle class="cds--loading__stroke" cx="0" cy="0" r="26.8125" />
</svg>
</div>
</div>
<p data-inline-loading-text-active class="bx--inline-loading__text">Loading repository data...</p>
<p data-inline-loading-text-active class="cds--inline-loading__text">Loading repository data...</p>
</div>
</section>

Expand Down