text-decoration: none;
transition: all 100ms ease-in;
- &:hover {
+ &:hover, &:active, &:focus {
background-color: lighten($color4, 7%);
transition: all 200ms ease-out;
}
cursor: pointer;
transition: all 100ms ease-in;
- &:hover {
+ &:hover, &:active, &:focus {
color: lighten($color1, 33%);
transition: all 200ms ease-out;
}
&.inverted {
color: lighten($color1, 33%);
- &:hover {
+ &:hover, &:active, &:focus {
color: lighten($color1, 26%);
}
outline: 0;
transition: all 100ms ease-in;
- &:hover {
+ &:hover, &:active, &:focus {
color: lighten($color1, 26%);
transition: all 200ms ease-out;
}
margin-top: 2px;
}
- &:hover {
+ &:hover, &:active, &:focus {
img {
opacity: 1;
filter: none;