mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-30 19:01:17 +02:00
[Backport staging] Remove a duplicate external link icon from AnalyticsLearnMoreDialog
(#10927)
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user