Skip to content

Instantly share code, notes, and snippets.

@kristoferjoseph
Created August 21, 2013 22:54
Show Gist options
  • Save kristoferjoseph/6301264 to your computer and use it in GitHub Desktop.
Save kristoferjoseph/6301264 to your computer and use it in GitHub Desktop.
Topcoat button base example
.button {
position: relative;
display: inline-block;
vertical-align: top;
box-sizing: border-box;
background-clip: padding-box;
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
cursor: default;
user-select: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment