Fix type/status hover
parent
b3bff484e3
commit
eb7bc17caa
|
@ -56,8 +56,11 @@
|
|||
border: 0;
|
||||
}
|
||||
&:hover {
|
||||
color: $white;
|
||||
color: $fresh-taiga;
|
||||
transition: color .3s linear;
|
||||
&.point {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
&:after {
|
||||
|
|
Loading…
Reference in New Issue