Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
Seven theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2013 at 12:25 UTC
Updated:
29 Jul 2014 at 22:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Bojhan commentedHere you go :)
Comment #2
adamgerthel commentedCheck, error and warning icons are already included and available in Libricons aren't they?Nevermind, they're not colored there
Comment #3
adamgerthel commentedHere's a first attempt at adding this. It's my first patch so bare with me.
Comment #4
adamgerthel commentedHmm, perhaps the old files should be removed as well?
I've searched through core to find any other references to those files and found the following:
message-16-ok.png
- No uses anywhere (after my patch)
message-16-warning.png
- Two uses.
message-16-error.png
- Four uses.
Comment #5
lewisnymanLooking good, I think you might want to run the svgs through something like SVGO to remove some of the redundant meta data. Let's remove the icons that are not used and I suppose we'll have to open up a separate issue to replace the icons that are referenced in other files in core.
Comment #6
adamgerthel commentedHere's a new patch. Metadata removed from the SVG's and deleted message-16-ok.png that isn't used anymore.
Comment #7
adamgerthel commentedComment #8
Bojhan commentedThis probably needs some screenshots?
Comment #9
adamgerthel commentedFixed SVG sizes (I had made them 32x32 by mistake in my last patch). Screenshots attached.
Comment #10
adamgerthel commentedCreated new issues for the modules using the other files:
#2083945: dblog.module: Update use of icons
#2083947: system.module: Update use of icons to new standards
#2083949: filter.module: Update use of icons to new standards
Comment #11
Bojhan commentedLooks awesome!
Comment #12
lewisnymanCode looks good. RTBC++
Thanks Adam! The icons look so much better.
Committers, please credit Ry5n :)
Comment #13
webchickCommitted and pushed to 8.x. Thanks!
Comment #14
wim leersYay :)