1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-20 18:16:10 +00:00

remove transition

This commit is contained in:
Vladimir Volek 2019-04-24 19:24:34 +02:00
parent 7161f89f1f
commit 53e7db56d5

View File

@ -63,7 +63,6 @@ const StyledNavLink = styled(NavLink)`
&.active,
&:hover {
transition: all 0.3s ease-in-out;
color: ${colors.TEXT_PRIMARY};
}