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

Remove a duplicate external link icon from AnalyticsLearnMoreDialog #10924

Merged
merged 1 commit into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions res/css/views/dialogs/_AnalyticsLearnMoreDialog.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ limitations under the License.
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 {
padding-left: 0px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export const AnalyticsLearnMoreDialog: React.FC<IProps> = ({
return (
<ExternalLink href={privacyPolicyUrl} rel="norefferer noopener" target="_blank">
{sub}
<span className="mx_AnalyticsPolicyLink" />
</ExternalLink>
);
},
Expand Down