1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-05-11 11:28:46 +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, &.active,
&:hover { &:hover {
transition: all 0.3s ease-in-out;
color: ${colors.TEXT_PRIMARY}; color: ${colors.TEXT_PRIMARY};
} }