Skip to content

Commit

Permalink
Update ClayTable to use component-action | Fixes liferay#600
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Mar 1, 2018
1 parent b34e2af commit 4b0db5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/clay-table/src/ClayTable.soy
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
{if $actionItem.quickAction and $actionItem.icon}
{call ClayLink.render}
{param ariaLabel: $actionItem.label /}
{param elementClasses: 'quick-action-item' /}
{param elementClasses: 'component-action quick-action-item' /}
{param href: $actionItem.href /}
{param icon: $actionItem.icon /}
{param spritemap: $spritemap /}
Expand All @@ -276,6 +276,7 @@
{call ClayActionsDropdown.render}
{param items: $item.actionItems /}
{param spritemap: $spritemap /}
{param triggerClasses: 'component-action' /}
{/call}
</td>
{/if}
Expand Down Expand Up @@ -502,4 +503,4 @@
{param value: $value /}
{/call}
</td>
{/deltemplate}
{/deltemplate}

0 comments on commit 4b0db5a

Please sign in to comment.