Skip to content

Commit

Permalink
Don't add tag classes to maki icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajith Ranka authored and Eduard Popov committed Jan 13, 2017
1 parent 70d4124 commit 473694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui/preset_icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function uiPresetIcon() {

icon.selectAll('svg')
.attr('class', function() {
return 'icon ' + picon + tag_classes(p);
return 'icon ' + picon + (isMaki ? '' : tag_classes(p));
});

icon.selectAll('use')
Expand Down

0 comments on commit 473694e

Please sign in to comment.