Describe your bug or feature request.
commerce.field_ui.css uses 000000 as the hex value for styling the cart icon for the field UI (in the add field dialog modal). that way the cart icon stands out from the rest of the icons

Use 55565b like the icons in core or in the address module.
If a bug, provide steps to reproduce it from a clean install.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | updated_cart.jpg | 127.13 KB | rkoller |
| cart.jpg | 127.68 KB | rkoller |
Issue fork commerce-3540735
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
majmunbog commentedComment #5
jsacksick commented@majmunbog: So did we just use the same color than core?
Comment #6
jsacksick commentedComment #7
majmunbog commentedYes, we use the same color as core, but I've switched from loading the background image SVG to an inline SVG encoded as a data URL.
Comment #8
rkollerthank you for the fast fix @majmunbog! i've checked out your changes and the cart is now in line with the rest of the icons, so output wise this looks good:
and one note, there is currently work happening to improve the microcopy of the "add field" dialog modal (see #3370326: Refine labels and descriptions for field types - comment #72 there lead me to install commerce and noticing the icon color issue as an aside). i'll open up follow up issues in the address and commerce queues as soon as there is a consensus and issue close to being fixed. cuz it would be good to adjust the micro copy for address and commerce field types to the patterns proposed for core as well (perhaps a style guide is needed after all as an artifact of #3370326: Refine labels and descriptions for field types)
Comment #10
jsacksick commented