The shortcut menu doesn't render the arrow correctly due to this line acting on all unordered lists with a class of "menu".

ul.menu li a { display: block; border-bottom: 1px solid #eee; padding: 8px 0px 8px 24px; line-height: 120%; font-weight: bold;
background: url(../images/light/arrow_bullet.png) no-repeat 10px; text-decoration: none; }

I'm not sure how you would want to prevent the shortcut menu from using this - any suggestions and I can create a patch.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

soulston’s picture

Issue summary: View changes

updated for clarity

jvsouto’s picture

Status: Active » Needs review
FileSize
1.38 KB

A simple patch to fix it.

Mile23’s picture

FileSize
1.38 KB

Patch in #1 didn't apply cleanly, so here's a fresh one, against dev.

There's a similar problem with the contextual menu for the menu block, but that's another issue.

soulston’s picture

Status: Needs review » Reviewed & tested by the community

This patched fine for me and solves the issue. Thanks

gtsopour’s picture

Assigned: Unassigned » gtsopour
Priority: Normal » Major
Issue tags: +Responsive Skeleton theme, +Skeleton Drupal theme
gtsopour’s picture

Status: Reviewed & tested by the community » Fixed

Just committed
http://drupalcode.org/project/skeletontheme.git/commit/a4fdd46

Thank you for your help
George

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

updates for clarity