[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:
ElementRobot 2023-05-17 11:25:36 +02:00 committed by GitHub
parent 23f14cc229
commit 7cdf02b76a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 13 deletions

View file

@ -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;
}