mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Added hover transition
This commit is contained in:
parent
b851cc4770
commit
9bbed8d6f2
@ -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};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user