mirror of https://github.com/vector-im/riot-web
[Backport staging] Remove a duplicate external link icon from `AnalyticsLearnMoreDialog` (#10927)
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>pull/28217/head
parent
23f14cc229
commit
7cdf02b76a
|
@ -39,18 +39,6 @@ limitations under the License.
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_AnalyticsPolicyLink {
|
|
||||||
display: inline-block;
|
|
||||||
mask-image: url("$(res)/img/external-link.svg");
|
|
||||||
background-color: $accent;
|
|
||||||
mask-repeat: no-repeat;
|
|
||||||
mask-size: contain;
|
|
||||||
width: 12px;
|
|
||||||
height: 12px;
|
|
||||||
margin-left: 3px;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_AnalyticsLearnMore_bullets {
|
.mx_AnalyticsLearnMore_bullets {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,7 +58,6 @@ export const AnalyticsLearnMoreDialog: React.FC<IProps> = ({
|
||||||
return (
|
return (
|
||||||
<ExternalLink href={privacyPolicyUrl} rel="norefferer noopener" target="_blank">
|
<ExternalLink href={privacyPolicyUrl} rel="norefferer noopener" target="_blank">
|
||||||
{sub}
|
{sub}
|
||||||
<span className="mx_AnalyticsPolicyLink" />
|
|
||||||
</ExternalLink>
|
</ExternalLink>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue