mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-23 23:48:07 +00:00
Clean style
This commit is contained in:
parent
0ea14d1e18
commit
4b2dabde38
@ -18,7 +18,8 @@ const A = styled.a`
|
||||
|
||||
&,
|
||||
&:visited,
|
||||
&:active {
|
||||
&:active,
|
||||
&:hover {
|
||||
${props => props.isGreen && css`
|
||||
color: ${colors.GREEN_PRIMARY};
|
||||
`}
|
||||
@ -29,12 +30,6 @@ const A = styled.a`
|
||||
|
||||
&:hover {
|
||||
border-color: transparent;
|
||||
${props => props.isGreen && css`
|
||||
color: ${colors.GREEN_SECONDARY};
|
||||
`}
|
||||
${props => props.isGray && css`
|
||||
color: ${colors.TEXT_PRIMARY};
|
||||
`}
|
||||
}
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user