Skip to content

Commit

Permalink
Update icon feature
Browse files Browse the repository at this point in the history
  • Loading branch information
oncode committed Oct 4, 2017
1 parent dd9c4e3 commit a0dab3c
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 76 deletions.
3 changes: 2 additions & 1 deletion .tasks/icons/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
class="grouped-svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
style="display: none;">
aria-hidden="true"
style="visibility: hidden; width: 0; height: 0; position: absolute;">
<defs>
<?php foreach ($icons as $name => $data): ?>
<g class="icon -icon-<?php echo $name ?>" id="icon-<?php echo $name; ?>">
Expand Down
Loading

0 comments on commit a0dab3c

Please sign in to comment.