We are using the navbar module along with the ember theme. We are also using workbench and workbench_moderation to create a friendly UI for editors. It is awesome! Nice job guys.

With navbar all Menu items that show up at /admin have icons except for workbench. It would really go with our UI improvements to add some icons for Workbench.

Comments

mrmikedewolf’s picture

StatusFileSize
new5.25 KB

Here is a patch. The icon is free to use. I've added accreditation for the icon at the bottom of the readme.

chris.smith’s picture

Hi,

This patch works *almost* perfectly. The CSS class names are wrong. Here are the new class names. If you fix the CSS file and then re-roll the patch, then I would say this patch is ready to be committed.

.navbar-icon-workbench:before {
  background-image: url("../images/screwdriver-gray.svg");
}

.navbar-icon-workbench.navbar-active:before {
  background-image: url("../images/screwdriver-black.svg");
}
chris.smith’s picture

Status: Active » Needs work

Switching to needs work until patch is recreated.