Skip to content

Instantly share code, notes, and snippets.

@yosefw
Last active August 29, 2015 14:17
Show Gist options
  • Save yosefw/a7a9d8eca679d5128e43 to your computer and use it in GitHub Desktop.
Save yosefw/a7a9d8eca679d5128e43 to your computer and use it in GitHub Desktop.
Accessible icon only buttons (Bootstrap + Font Awesome)
<button class="btn">
<span class="btn-label">Button label</span>
</button>
.btn {
.btn-label {
.sr-only;
}
&:before {
.fa;
content: "\f002";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment