Skip to content

Commit

Permalink
fix: adding after-title slot
Browse files Browse the repository at this point in the history
  • Loading branch information
dotpointer authored and cristinecula committed Jun 19, 2020
1 parent dccf95c commit cc1ee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmoz-tab-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class CosmozTabCard extends mixinBehaviors(TabbedBehavior, PolymerElement) {
<div id="header" on-tap="_onToggleTap">
<iron-icon class="icon" icon="[[ getIcon(isSelected, accordion, icon, selectedIcon) ]]"
style$="[[ getIconStyle(iconColor) ]]" hidden$="[[ !accordion ]]"></iron-icon>
<h1 class="heading">[[ heading ]]</h1>
<h1 class="heading">[[ heading ]]<slot name="after-title"></slot></h1>
<slot name="card-actions"></slot>
<paper-icon-button class="button" hidden$="[[ !accordion ]]" icon$="{{ _computeOpenedIcon(isSelected) }}"></paper-icon-button>
</div>
Expand Down

0 comments on commit cc1ee9d

Please sign in to comment.