Customize: Use correct dashicon for external links in the Additional CSS section.

This replaces the `migrate` dashicon with `external` in the section description styles.

Follow-up to [38829].

Props pross.
Fixes #55542.

git-svn-id: https://develop.svn.wordpress.org/trunk@53099 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2022-04-07 18:00:18 +00:00
parent 761fb95954
commit 4eea5639c0

View File

@@ -990,7 +990,7 @@ p.customize-section-description {
.customize-section-description a.external-link:after {
font: 16px/11px dashicons;
content: "\f310";
content: "\f504";
top: 3px;
position: relative;
padding-left: 3px;