Skip to content

Instantly share code, notes, and snippets.

@knu2xs
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knu2xs/8693367 to your computer and use it in GitHub Desktop.
Save knu2xs/8693367 to your computer and use it in GitHub Desktop.
bootstrap active class in <li> instead of <a href> for navigation unordered lists
{{#link-to "reach.index" tagName="li" href=false}}
<a {{bind-attr href="view.href"}}>
Overview
</a>
{{/link-to}}
.navbar-nav > li > a {
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment