Skip to content

Instantly share code, notes, and snippets.

@DrewDouglass
Created October 29, 2015 18:03
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 DrewDouglass/8b092dbf396dd77ebd9e to your computer and use it in GitHub Desktop.
Save DrewDouglass/8b092dbf396dd77ebd9e to your computer and use it in GitHub Desktop.
<a class="tab" href="#">Show All</a>
.tab {
text-transform: uppercase;
font-size:14px;
color:$black;
text-decoration: none;
font-weight: $fw-medium;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
position: relative;
&:hover {
border-bottom: 3px solid $black;
text-decoration: none;
color:$black;
}
&:hover:after {
content:"";
triangle: pointing-down;
width:20px;
height:10px;
background-color:$black;
position: absolute;
left: 40%;
bottom: -40%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment