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. Built from https://develop.svn.wordpress.org/trunk@53099 git-svn-id: http://core.svn.wordpress.org/trunk@52688 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4a14685afd
commit
2c074169e7
|
@ -991,7 +991,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-right: 3px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-alpha-53098';
|
||||
$wp_version = '6.0-alpha-53099';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue