For sortable columns, a button element is used in the <th> of that column that handles sorting the column when clicked and contains interactive styles. The button element should also have transition styles so that the colors transition smoothly.
These should probably be the same ones used in the <button> element in the Tabs component:
transition-property: @transition-property-base; transition-duration: @transition-duration-base;
Acceptance criteria
- Proper transition styles for this element are confirmed and added to the Table component