Skip to content

Instantly share code, notes, and snippets.

@MeoMix
Created January 13, 2016 23:02
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 MeoMix/1c3fe33de7e391f0f938 to your computer and use it in GitHub Desktop.
Save MeoMix/1c3fe33de7e391f0f938 to your computer and use it in GitHub Desktop.
.navigationItem {
display: flex;
}
.link {
padding: 16px;
height: 48px;
flex: 1;
}
/* TODO: .activeLink? */
.link:hover {
background-color: rgba(0, 0, 0, .03);
}
<a class='{{styles.link}}' title='{{text}}' href='/{{route}}'>
{{text}}
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment