milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
918 stars 196 forks source link

Dropdown Icon is visible when clicking on Back in top-bar navigation #268

Closed pixelkai closed 10 years ago

pixelkai commented 10 years ago

When i click on BACK in a collapsed top-bar menu with submenu items the small dropdown icon on the right appears above the list element for BACK when sliding in

I am not sure if it is an issue caused by Reverie or Foundation itself. Location of the icon is:

.top-bar-section .has-dropdown: > a:after

pixelkai commented 10 years ago

Okay, was just an CSS issue.

Just add this line to your stylesheet:

.top-bar-section .has-dropdown.moved > a:after { border: 0; }

This will make the icon disappear.