From 9bbed8d6f2d5dd21401b17f3ea6019e3c2da38ef Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 19 Sep 2018 14:16:39 +0200 Subject: [PATCH] Added hover transition --- .../components/LeftNavigation/components/RowCoin/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js b/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js index 6d704c3d..fa8506e3 100644 --- a/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js @@ -20,6 +20,8 @@ const RowCoinWrapper = styled.div` display: block; font-size: ${FONT_SIZE.BASE}; color: ${colors.TEXT_PRIMARY}; + transition: background-color 0.3s, color 0.3s; + &:hover { background-color: ${colors.GRAY_LIGHT}; }