mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-15 09:32:00 +00:00
remove tooltip
This commit is contained in:
parent
3e5b6c8806
commit
0833d1597a
@ -4,7 +4,7 @@ import React from 'react';
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
import { FONT_SIZE } from 'config/variables';
|
||||
|
||||
import { Tooltip, Icon, icons as ICONS, colors, Switch, CoinLogo } from 'trezor-ui-components';
|
||||
import { colors, Switch, CoinLogo } from 'trezor-ui-components';
|
||||
import l10nMessages from '../../index.messages';
|
||||
|
||||
const Wrapper = styled.div`
|
||||
@ -23,11 +23,6 @@ const Row = styled.div`
|
||||
flex-direction: column;
|
||||
`;
|
||||
|
||||
const TooltipIcon = styled(Icon)`
|
||||
margin-left: 6px;
|
||||
cursor: pointer;
|
||||
`;
|
||||
|
||||
const Content = styled.div`
|
||||
display: flex;
|
||||
margin-top: 20px;
|
||||
@ -72,13 +67,6 @@ const CoinsSettings = (props: Props) => (
|
||||
<Row>
|
||||
<Label>
|
||||
<FormattedMessage {...l10nMessages.TR_VISIBLE_COINS} />
|
||||
<Tooltip
|
||||
content={<FormattedMessage {...l10nMessages.TR_VISIBLE_COINS_EXPLAINED} />}
|
||||
maxWidth={210}
|
||||
placement="right"
|
||||
>
|
||||
<TooltipIcon icon={ICONS.HELP} color={colors.TEXT_SECONDARY} size={12} />
|
||||
</Tooltip>
|
||||
</Label>
|
||||
<Content>
|
||||
{props.networks
|
||||
|
Loading…
Reference in New Issue
Block a user