Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions docs/_includes/markup/table-scrollable.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<thead>
<tr>
<th scope="col" id="userColumn" aria-labelledby="user">
<a href="#" role="button" aria-labelledby="userSort">
<button type="button" class="btn btn-link py-0" aria-labelledby="userSort">
<span class="icon fas fa-sort me-1" aria-hidden="true"></span>
<span id="user">User</span>
<span class="visually-hidden" id="userSort">Sort the table by User</span>
</a>
</button>
</th>
<th scope="col" id="roleColumn" aria-labelledby="role">
<a href="#" role="button" aria-labelledby="roleSort">
<button type="button" class="btn btn-link py-0" aria-labelledby="roleSort">
<span class="icon fas fa-sort me-1" aria-hidden="true"></span>
<span id="role">Role</span>
<span class="visually-hidden" id="roleSort">Sort the table by Role</span>
</a>
</button>
</th>
<th scope="col" id="descriptionColumn">
Description of Role’s Responsibilities
Expand All @@ -24,11 +24,11 @@
<span id="training">Training Complete</span>
</th>
<th scope="col" id="teamColumn" aria-labelledby="team">
<a href="#" role="button" aria-labelledby="teamSort">
<button type="button" class="btn btn-link py-0" aria-labelledby="teamSort">
<span class="icon fas fa-sort me-1" aria-hidden="true"></span>
<span id="team">Team</span>
<span class="visually-hidden" id="teamSort">Sort the table by Team</span>
</a>
</button>
</th>
</tr>
</thead>
Expand Down
12 changes: 6 additions & 6 deletions docs/_includes/markup/table-striped.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
<thead>
<tr>
<th scope="col" id="userColumn" aria-labelledby="user">
<a href="#" role="button" aria-labelledby="userSort">
<button type="button" class="btn btn-link py-0" aria-labelledby="userSort">
<span class="icon fas fa-sort me-1" aria-hidden="true"></span>
<span id="user">User</span>
<span class="visually-hidden" id="userSort">Sort the table by User</span>
</a>
</button>
</th>
<th scope="col" id="roleColumn" aria-labelledby="role">
<a href="#" role="button" aria-labelledby="roleSort">
<button type="button" class="btn btn-link py-0" aria-labelledby="roleSort">
<span class="icon fas fa-sort me-1" aria-hidden="true"></span>
<span id="role">Role</span>
<span class="visually-hidden" id="roleSort">Sort the table by Role</span>
</a>
</button>
</th>
<th scope="col" id="trainingColumn" aria-labelledby="training">
<span id="training">Training Complete</span>
</th>
<th scope="col" id="teamColumn" aria-labelledby="team">
<a href="#" role="button" aria-labelledby="teamSort">
<button type="button" class="btn btn-link py-0" aria-labelledby="teamSort">
<span class="icon fas fa-sort me-1" aria-hidden="true"></span>
<span id="team">Team</span>
<span class="visually-hidden" id="teamSort">Sort the table by Team</span>
</a>
</button>
</th>
</tr>
</thead>
Expand Down