-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(styles): add the missing checkboxes in Table examples [ci visual] (
- Loading branch information
1 parent
3eace4d
commit 6adff4e
Showing
7 changed files
with
98 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,9 @@ <h4 class="fd-title fd-title--h4 fd-toolbar__title">Table With Checkbox</h4> | |
<tr class="fd-table__row"> | ||
<th class="fd-table__cell fd-table__cell--checkbox" scope="col"> | ||
<input aria-label="checkbox" type="checkbox" class="fd-checkbox fd-table__checkbox" id="Ai4ez611"> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Ai4ez611"></label> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Ai4ez611"> | ||
<span class="fd-checkbox__checkmark" aria-hidden="true"></span> | ||
</label> | ||
</th> | ||
<th class="fd-table__cell" scope="col">Column Header</th> | ||
<th class="fd-table__cell" scope="col">Column Header</th> | ||
|
@@ -19,7 +21,9 @@ <h4 class="fd-title fd-title--h4 fd-toolbar__title">Table With Checkbox</h4> | |
<tr class="fd-table__row" aria-selected="true"> | ||
<td class="fd-table__cell fd-table__cell--checkbox"> | ||
<input aria-label="checkbox" type="checkbox" checked class="fd-checkbox fd-table__checkbox" id="Ai4ez615"> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Ai4ez615"></label> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Ai4ez615"> | ||
<span class="fd-checkbox__checkmark" aria-hidden="true"></span> | ||
</label> | ||
</td> | ||
<td class="fd-table__cell"><a class="fd-link"><span>[email protected]</span></a></td> | ||
<td class="fd-table__cell"><span class="fd-table__text">First Name</span></td> | ||
|
@@ -29,7 +33,9 @@ <h4 class="fd-title fd-title--h4 fd-toolbar__title">Table With Checkbox</h4> | |
<tr class="fd-table__row"> | ||
<td class="fd-table__cell fd-table__cell--checkbox"> | ||
<input aria-label="checkbox" type="checkbox" class="fd-checkbox fd-table__checkbox" id="Ai4ez617"> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Ai4ez617"></label> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Ai4ez617"> | ||
<span class="fd-checkbox__checkmark" aria-hidden="true"></span> | ||
</label> | ||
</td> | ||
<td class="fd-table__cell"><a class="fd-link"><span>[email protected]</span></a></td> | ||
<td class="fd-table__cell">First Name</td> | ||
|
@@ -39,7 +45,9 @@ <h4 class="fd-title fd-title--h4 fd-toolbar__title">Table With Checkbox</h4> | |
<tr class="fd-table__row"> | ||
<td class="fd-table__cell fd-table__cell--checkbox"> | ||
<input aria-label="checkbox" type="checkbox" class="fd-checkbox fd-table__checkbox" id="Gi4ez611"> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Gi4ez611"></label> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Gi4ez611"> | ||
<span class="fd-checkbox__checkmark" aria-hidden="true"></span> | ||
</label> | ||
</td> | ||
<td class="fd-table__cell"><a class="fd-link"><span>[email protected]</span></a></td> | ||
<td class="fd-table__cell">First Name</td> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,9 @@ <h4 class="fd-title fd-title--h4 fd-toolbar__title">Table With Checkbox Condense | |
<tr class="fd-table__row"> | ||
<th class="fd-table__cell fd-table__cell--checkbox" scope="col"> | ||
<input aria-label="checkbox" type="checkbox" class="fd-checkbox fd-table__checkbox" id="Ai4JH2BF87"> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Ai4JH2BF87"></label> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Ai4JH2BF87"> | ||
<span class="fd-checkbox__checkmark" aria-hidden="true"></span> | ||
</label> | ||
</th> | ||
<th class="fd-table__cell" scope="col">Column Header</th> | ||
<th class="fd-table__cell" scope="col">Column Header</th> | ||
|
@@ -19,7 +21,9 @@ <h4 class="fd-title fd-title--h4 fd-toolbar__title">Table With Checkbox Condense | |
<tr class="fd-table__row" aria-selected="true"> | ||
<td class="fd-table__cell fd-table__cell--checkbox"> | ||
<input aria-label="checkbox" type="checkbox" checked class="fd-checkbox fd-table__checkbox" id="Ai4JHf87"> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Ai4JHf87"></label> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Ai4JHf87"> | ||
<span class="fd-checkbox__checkmark" aria-hidden="true"></span> | ||
</label> | ||
</td> | ||
<td class="fd-table__cell"><a class="fd-link"><span>[email protected]</span></a></td> | ||
<td class="fd-table__cell"><span class="fd-table__text">First Name</span></td> | ||
|
@@ -29,7 +33,9 @@ <h4 class="fd-title fd-title--h4 fd-toolbar__title">Table With Checkbox Condense | |
<tr class="fd-table__row"> | ||
<td class="fd-table__cell fd-table__cell--checkbox"> | ||
<input aria-label="checkbox" type="checkbox" class="fd-checkbox fd-table__checkbox" id="Ai4Jj67"> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Ai4Jj67"></label> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="Ai4Jj67"> | ||
<span class="fd-checkbox__checkmark" aria-hidden="true"></span> | ||
</label> | ||
</td> | ||
<td class="fd-table__cell"><a class="fd-link"><span>[email protected]</span></a></td> | ||
<td class="fd-table__cell">First Name</td> | ||
|
@@ -39,7 +45,9 @@ <h4 class="fd-title fd-title--h4 fd-toolbar__title">Table With Checkbox Condense | |
<tr class="fd-table__row"> | ||
<td class="fd-table__cell fd-table__cell--checkbox"> | ||
<input aria-label="checkbox" type="checkbox" class="fd-checkbox fd-table__checkbox" id="AGjtJj67"> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="AGjtJj67"></label> | ||
<label class="fd-checkbox__label fd-table__checkbox-label" for="AGjtJj67"> | ||
<span class="fd-checkbox__checkmark" aria-hidden="true"></span> | ||
</label> | ||
</td> | ||
<td class="fd-table__cell"><a class="fd-link"><span>[email protected]</span></a></td> | ||
<td class="fd-table__cell">First Name</td> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ <h4 class="fd-title fd-title--h4 fd-toolbar__title">Table with Navigation Indica | |
<tr class="fd-table__row"> | ||
<th class="fd-table__cell fd-table__cell--checkbox"> | ||
<input aria-label="checkbox" type="checkbox" class="fd-checkbox" id="kqqzPI44"> | ||
<label class="fd-checkbox__label" for="kqqzPI44"></label> | ||
<label class="fd-checkbox__label" for="kqqzPI44"><span class="fd-checkbox__checkmark" aria-hidden="true"></span></label> | ||
</th> | ||
<th class="fd-table__cell" scope="col">Column Header</th> | ||
<th class="fd-table__cell" scope="col">Column Header</th> | ||
|
@@ -20,7 +20,7 @@ <h4 class="fd-title fd-title--h4 fd-toolbar__title">Table with Navigation Indica | |
<tr class="fd-table__row fd-table__row--activable fd-table__row--hoverable" aria-selected="true"> | ||
<td class="fd-table__cell fd-table__cell--checkbox"> | ||
<input aria-label="checkbox" type="checkbox" checked class="fd-checkbox" id="EWuzWh33"> | ||
<label class="fd-checkbox__label" for="EWuzWh33"></label> | ||
<label class="fd-checkbox__label" for="EWuzWh33"><span class="fd-checkbox__checkmark" aria-hidden="true"></span></label> | ||
</td> | ||
<td class="fd-table__cell"><a class="fd-link"><span>[email protected]</span></a></td> | ||
<td class="fd-table__cell"><span class="fd-table__text">First Name</span></td> | ||
|
@@ -33,7 +33,7 @@ <h4 class="fd-title fd-title--h4 fd-toolbar__title">Table with Navigation Indica | |
<tr class="fd-table__row fd-table__row--activable fd-table__row--hoverable" aria-selected="true"> | ||
<td class="fd-table__cell fd-table__cell--checkbox"> | ||
<input aria-label="checkbox" type="checkbox" checked class="fd-checkbox" id="EWuzWh334"> | ||
<label class="fd-checkbox__label" for="EWuzWh334"></label> | ||
<label class="fd-checkbox__label" for="EWuzWh334"><span class="fd-checkbox__checkmark" aria-hidden="true"></span></label> | ||
</td> | ||
<td class="fd-table__cell"><a class="fd-link"><span>[email protected]</span></a></td> | ||
<td class="fd-table__cell"><span class="fd-table__text">First Name</span></td> | ||
|
@@ -46,7 +46,7 @@ <h4 class="fd-title fd-title--h4 fd-toolbar__title">Table with Navigation Indica | |
<tr class="fd-table__row fd-table__row--activable fd-table__row--hoverable"> | ||
<td class="fd-table__cell fd-table__cell--checkbox"> | ||
<input aria-label="checkbox" type="checkbox" class="fd-checkbox" id="EWuzWh335"> | ||
<label class="fd-checkbox__label" for="EWuzWh335"></label> | ||
<label class="fd-checkbox__label" for="EWuzWh335"><span class="fd-checkbox__checkmark" aria-hidden="true"></span></label> | ||
</td> | ||
<td class="fd-table__cell"><a class="fd-link"><span>[email protected]</span></a></td> | ||
<td class="fd-table__cell">First Name</td> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.