Skip to content

Instantly share code, notes, and snippets.

@kaustavdm
Last active December 25, 2015 05:59
Show Gist options
  • Save kaustavdm/6928538 to your computer and use it in GitHub Desktop.
Save kaustavdm/6928538 to your computer and use it in GitHub Desktop.
Fix bug 915146
.htab > ul > li > a {
text-decoration: none;
}
.htab > ul > li > a:hover, .htab > ul > li > a:focus {
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment