Skip to content

v0.0.9

Compare
Choose a tag to compare
@rylan rylan released this 10 Feb 15:04

Updated to follow general vui convention around states being applied to rows:

  • Selected state ``...`
  • Active state <tr class="vui-active">...</tr>
  • Active selected state <tr class="vui-active vui-selected">...</tr>

Moved hover state of table body rows into its own mixin vui-table-rows-selectable, <table class="vui-table vui-table-rows-selectable">...</table>