Fix long-term hover bug in cog icon

This commit is contained in:
Johannes Zellner
2020-03-04 14:33:33 -08:00
parent 66a95fb130
commit 08a6ad8bd3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -776,10 +776,10 @@ multiselect {
}
.scale {
transition: transform 100ms ease-out;
transition: transform 150ms ease-in;
&:hover {
transform: scale(2)
transform: scale(2);
}
}