Fix type/status hover

stable
Ramiro Sánchez 2015-01-26 12:14:11 +01:00
parent b3bff484e3
commit eb7bc17caa
1 changed files with 4 additions and 1 deletions

View File

@ -56,8 +56,11 @@
border: 0;
}
&:hover {
color: $white;
color: $fresh-taiga;
transition: color .3s linear;
&.point {
color: $white;
}
}
}
&:after {