Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 7cdf02b

Browse files
RiotRobotluixxiul
andauthored
[Backport staging] Remove a duplicate external link icon from AnalyticsLearnMoreDialog (#10927)
Co-authored-by: Suguru Hirahara <[email protected]>
1 parent 23f14cc commit 7cdf02b

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

res/css/views/dialogs/_AnalyticsLearnMoreDialog.pcss

-12
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@ limitations under the License.
3939
text-decoration: none;
4040
}
4141

42-
.mx_AnalyticsPolicyLink {
43-
display: inline-block;
44-
mask-image: url("$(res)/img/external-link.svg");
45-
background-color: $accent;
46-
mask-repeat: no-repeat;
47-
mask-size: contain;
48-
width: 12px;
49-
height: 12px;
50-
margin-left: 3px;
51-
vertical-align: middle;
52-
}
53-
5442
.mx_AnalyticsLearnMore_bullets {
5543
padding-left: 0px;
5644
}

src/components/views/dialogs/AnalyticsLearnMoreDialog.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export const AnalyticsLearnMoreDialog: React.FC<IProps> = ({
5858
return (
5959
<ExternalLink href={privacyPolicyUrl} rel="norefferer noopener" target="_blank">
6060
{sub}
61-
<span className="mx_AnalyticsPolicyLink" />
6261
</ExternalLink>
6362
);
6463
},

0 commit comments

Comments
 (0)