You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None Menu links inside a Foundation Menu component should not receive styles for menu links.
Bad for megamenus, bad for buttons, no benefits?
...
What happens instead?
Well.. menu links inside a Foundation Menu component receive styles for menu links.
...
Possible Solution
.menu > li > a
instead
.menu a
Its very easy to apply menu padding to further links if required, while its sort of impossible to undo them.
We used this fix for years now, no problems. This is the only reason we need to fork the whole repo :(
The text was updated successfully, but these errors were encountered:
What should happen?
None Menu links inside a Foundation Menu component should not receive styles for menu links.
Bad for megamenus, bad for buttons, no benefits?
...
What happens instead?
Well.. menu links inside a Foundation Menu component receive styles for menu links.
...
Possible Solution
.menu > li > a
instead
.menu a
Its very easy to apply menu padding to further links if required, while its sort of impossible to undo them.
We used this fix for years now, no problems. This is the only reason we need to fork the whole repo :(
The text was updated successfully, but these errors were encountered: