Closed (fixed)
Project:
Sky
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2008 at 00:46 UTC
Updated:
25 Sep 2008 at 15:33 UTC
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/
I think we can just use one of those and rotate it 90/270 degrees..
Comments
Comment #1
jacineFunny... 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. :)