Skip to content

Commit

Permalink
Update ClayManagementToolbar 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 284b84d commit 5e0e2bd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
{if $showInfoButton}
<li class="nav-item">
{call ClayButton.render}
{param elementClasses: 'nav-link nav-link-monospaced' /}
{param elementClasses: 'component-action nav-link nav-link-monospaced' /}
{param events: ['click': $_handleInfoButtonClicked] /}
{param icon: 'info-circle-open' /}
{param ref: 'infoButton' /}
Expand All @@ -229,7 +229,7 @@
{if $item.quickAction and $item.icon and $spritemap}
<li class="nav-item navbar-breakpoint-down-d-none" data-onclick="{$_handleQuickActionClicked}">
{call ClayButton.render}
{param elementClasses: 'quick-action-item' /}
{param elementClasses: 'component-action quick-action-item' /}
{param icon: $item.icon /}
{param ref: 'quickAction' + index($item) /}
{param spritemap: $spritemap /}
Expand All @@ -244,6 +244,7 @@
{param events: ['itemClicked': $_handleActionClicked] /}
{param items: $actionItems /}
{param spritemap: $spritemap /}
{param triggerClasses: 'component-action' /}
{/call}
</li>
{/if}
Expand Down

0 comments on commit 5e0e2bd

Please sign in to comment.