Make WordPress Core

Changeset 53099


Ignore:
Timestamp:
04/07/2022 06:00:18 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-controls.css

    r53024 r53099  
    991991.customize-section-description a.external-link:after {
    992992        font: 16px/11px dashicons;
    993         content: "\f310";
     993        content: "\f504";
    994994        top: 3px;
    995995        position: relative;
Note: See TracChangeset for help on using the changeset viewer.