From 53e7db56d58fc24ae9b2ee6780889b1b34c3d124 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 24 Apr 2019 19:24:34 +0200 Subject: [PATCH] remove transition --- src/views/Wallet/components/TopNavigationAccount/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Wallet/components/TopNavigationAccount/index.js b/src/views/Wallet/components/TopNavigationAccount/index.js index 63caa0c7..a7f313f4 100644 --- a/src/views/Wallet/components/TopNavigationAccount/index.js +++ b/src/views/Wallet/components/TopNavigationAccount/index.js @@ -63,7 +63,6 @@ const StyledNavLink = styled(NavLink)` &.active, &:hover { - transition: all 0.3s ease-in-out; color: ${colors.TEXT_PRIMARY}; }