Active
Project:
Seventy-Eight
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2013 at 22:30 UTC
Updated:
31 Aug 2013 at 10:20 UTC
Add a component to implement icons. This is hasn’t been explicitly defined in a section of the Style Guide, but many of the components depend on icons (Content Header, inline errors for form fields, Nav List, etc.).
For now, a rough implementation is all we need. This can be as simple as <i class="icon icon-%name"></i>, a fixed with and height, inline-block and a background image with dimensions matching the defined with and height.
A shippable implementation will be needed later. Technical and accessibility issues are being discussed in #1849712: Add theming template and prepare logic for rendering icons.
Comments
Comment #1
ry5n commentedclarify title
Comment #2
tkoleary commented@Ry5n
There's some momentum building behing iconfonts and work is being done here: http://drupal.org/node/1963886
I pointed them at this issue to coordinate. Their work could fillin this blank.
Comment #3
adamgerthel commentedI think #1963886: Use HiDPI icons in the toolbar landed in using SVG icons with PNG fallback. Perhaps seven should use that method too. It's a very beneficial method.