Skip to content

Instantly share code, notes, and snippets.

@is8r
Last active May 2, 2016 09:27
Show Gist options
  • Save is8r/adb1ed81bf2f7bf4f4e6e03c3b3aa52f to your computer and use it in GitHub Desktop.
Save is8r/adb1ed81bf2f7bf4f4e6e03c3b3aa52f to your computer and use it in GitHub Desktop.
a
display: block
text-decoration: none
color: #777
padding: 0 10px
box-sizing: border-box
min-width: 80px
text-align: center
transition: background-color 0.5s ease-out
&:hover
&:not(.hover-disabled)
transition: background-color 0s
background-color: #fff
&.hover-disabled
&.touch
transition: background-color 0s
background-color: darken(#FFE500, 10%)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment