Skip to content

Commit

Permalink
[Backport staging] Remove a duplicate external link icon from `Analyt…
Browse files Browse the repository at this point in the history
…icsLearnMoreDialog` (#10927)

Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
RiotRobot and luixxiul committed May 17, 2023
1 parent 23f14cc commit 7cdf02b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
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
1 change: 0 additions & 1 deletion src/components/views/dialogs/AnalyticsLearnMoreDialog.tsx
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

0 comments on commit 7cdf02b

Please sign in to comment.