Skip to content

Instantly share code, notes, and snippets.

@halfzebra
Created May 20, 2015 10:55
Show Gist options
  • Save halfzebra/7586cdc5366949ea174a to your computer and use it in GitHub Desktop.
Save halfzebra/7586cdc5366949ea174a to your computer and use it in GitHub Desktop.
Invisible bold placeholder for :hover { font-weight: bold; }
a {
&:after {
content: attr(title);
color: transparent;
visibility: hidden;
font-weight: bold;
overflow: hidden;
display: block;
height: 1px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment