somewebmedia / hc-offcanvas-nav

JavaScript library for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements, supporting swipe gestures, keyboard interactions and ARIA attributes.
https://somewebmedia.github.io/hc-offcanvas-nav/
MIT License
335 stars 82 forks source link

Do not change link styles in the custom content element #31

Closed dominikkucharski closed 4 years ago

dominikkucharski commented 4 years ago

By default, all links in the custom content element have display: block and few additional styles. I think that links in the custom content element should inherit global styles from the website.

somewebmedia commented 4 years ago

Had to cherry pick my initial commit so I included this in it. Thanks!