Last active
May 2, 2016 09:27
-
-
Save is8r/adb1ed81bf2f7bf4f4e6e03c3b3aa52f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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