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