@@ -10,6 +10,17 @@ <h2 class="hxSectionTitle" id="default-table">Default Table</h2>
1010 < em > a.k.a. "Unbound Table"</ em >
1111 </ p >
1212
13+ < dl >
14+ < dt > < code > .hxTable</ code > </ dt >
15+ < dd >
16+ Use on a table element to apply Helix styles.
17+ < em > This class is required to apply any modified table styling.</ em >
18+ </ dd >
19+
20+ < dt > < code > .hxTable__control-col</ code > </ dt >
21+ < dd > Use on a table cell to propery set its width for use with a checkbox, radio, or action icon.</ dd >
22+ </ dl >
23+
1324 < div class ="demo ">
1425 < table class ="hxTable ">
1526 < caption > Most popular Twitter accounts</ caption >
@@ -136,7 +147,10 @@ <h2 class="hxSectionTitle" id="default-table">Default Table</h2>
136147< section >
137148 < h2 class ="hxSectionTitle " id ="condensed-table "> Condensed Table</ h2 >
138149
139- <!-- explanation goes here -->
150+ < dl >
151+ < dt > < code > .hxTable--condensed</ code > </ dt >
152+ < dd > Use along with the < code > .hxTable</ code > class to apply Helix styles for condensed data.</ dd >
153+ </ dl >
140154
141155 < div class ="demo ">
142156 < table class ="hxTable hxTable--condensed ">
@@ -228,7 +242,10 @@ <h2 class="hxSectionTitle" id="condensed-table">Condensed Table</h2>
228242< section >
229243 < h2 class ="hxSectionTitle " id ="bound-table "> Bound Table</ h2 >
230244
231- <!-- explanation goes here -->
245+ < dl >
246+ < dt > < code > .hxTable--bordered</ code > </ dt >
247+ < dd > Use along with the < code > .hxTable</ code > class to apply Helix styles for bound table data.</ dd >
248+ </ dl >
232249
233250 < div class ="demo ">
234251 < table class ="hxTable hxTable--bordered ">
@@ -320,7 +337,10 @@ <h2 class="hxSectionTitle" id="bound-table">Bound Table</h2>
320337< section >
321338 < h2 class ="hxSectionTitle " id ="hoverable-table "> Hoverable Table</ h2 >
322339
323- <!-- explanation goes here -->
340+ < dl >
341+ < dt > < code > .hxTable--hover</ code > </ dt >
342+ < dd > Use along with the < code > .hxTable</ code > class to apply Helix styles when hovering over a table row.</ dd >
343+ </ dl >
324344
325345 < div class ="demo ">
326346 < table class ="hxTable hxTable--hover ">
@@ -408,31 +428,4 @@ <h2 class="hxSectionTitle" id="hoverable-table">Hoverable Table</h2>
408428 </ table >
409429 {% endcode %}
410430</ section >
411-
412- < section >
413- < h2 class ="hxSectionTitle " id ="css-classes "> CSS Classes</ h2 >
414-
415- < dl >
416- < dt > < code > .hxTable</ code > </ dt >
417- < dd >
418- Use on a table element to apply Helix styles.
419- < em > This class is required to apply any modified table styling.</ em >
420- </ dd >
421-
422- < dt > < code > .hxTable--bordered</ code > </ dt >
423- < dd > Use along with the < code > .hxTable</ code > class to apply Helix styles for bound table data.</ dd >
424-
425- < dt > < code > .hxTable--condensed</ code > </ dt >
426- < dd > Use along with the < code > .hxTable</ code > class to apply Helix styles for condensed data.</ dd >
427-
428- < dt > < code > .hxTable--hover</ code > </ dt >
429- < dd > Use along with the < code > .hxTable</ code > class to apply Helix styles when hovering over a table row.</ dd >
430-
431- < dt > < code > .hxTable__control-col</ code > </ dt >
432- < dd > Use on a table cell to propery set its width for use with a checkbox, radio, or action icon.</ dd >
433-
434- < dt > < code > .selected</ code > </ dt >
435- < dd > Use on a table row to indicate selection.</ dd >
436- </ dl >
437- </ section >
438431{% endblock %}
0 commit comments