Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
remove redundant category label
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Apr 5, 2014
1 parent 90099b5 commit c2c2790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/x-palette/x-palette.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<polymer-ui-submenu-item class="group-item" label="{{name}}">

<template repeat="{{list}}">
<div class="simple-item" tag="{{id}}" loaded?="{{importsLoaded}}" ishidden?="{{isHidden}}">{{label}} <span style="font-size: 0.5em">({{category}})</span></div>
<div class="simple-item" tag="{{id}}" loaded?="{{importsLoaded}}" ishidden?="{{isHidden}}">{{label}}</div>
</template>

</polymer-ui-submenu-item>
Expand Down

0 comments on commit c2c2790

Please sign in to comment.