mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-26 13:45:30 +03:00
tooltips: removes tooltips for now
This commit is contained in:
parent
153079a393
commit
d10181ce92
@ -35,8 +35,7 @@ export const DescriptionGroup = (props) => {
|
|||||||
<div style={{ maxWidth: props.full ? "auto" : "480px", ...props.style }}>
|
<div style={{ maxWidth: props.full ? "auto" : "480px", ...props.style }}>
|
||||||
{!Strings.isEmpty(props.label) ? (
|
{!Strings.isEmpty(props.label) ? (
|
||||||
<div css={STYLES_DESCRIPTION_GROUP_LABEL}>
|
<div css={STYLES_DESCRIPTION_GROUP_LABEL}>
|
||||||
{props.label}{" "}
|
{props.label} {props.tooltip ? null : null}
|
||||||
{props.tooltip ? <TooltipAnchor tooltip={props.tooltip} height="14px" style={{ paddingTop: 0 }} /> : null}
|
|
||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
{!Strings.isEmpty(props.description) ? (
|
{!Strings.isEmpty(props.description) ? (
|
||||||
|
Loading…
Reference in New Issue
Block a user