I was going to suggest showing an right arrow for sub menus that's within the header drop-down menus, but it seems that the code is there, but we're just missing the file.

We have this code at around line 443 of css/appearance.css:

#navigation li.expanded li.expanded a {
  background: transparent url('../images/icons/bullet_arrow_right.gif') no-repeat center right;
}

There are these files inside images/icons/

  • bullet_arrow_down.gif
  • bullet_arrow_down.png
  • bullet_arrow_up.png

I think we can just use one of those and rotate it 90/270 degrees..

Comments

jacine’s picture

Status: Active » Closed (fixed)

Funny... I actually just committed that image right before you posted this, to add a new feature to the sidebar: Icons for expandable and collapsible menus. Check the latest release. It's in there. :)