TinyMCE: fix the icon for the `wp_code` button. Fixes #31733.
Built from https://develop.svn.wordpress.org/trunk@31858 git-svn-id: http://core.svn.wordpress.org/trunk@31837 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bc54176af0
commit
11b4b36de0
|
@ -731,6 +731,7 @@ i.mce-i-wp-media-library,
|
|||
i.mce-i-ltr,
|
||||
i.mce-i-wp_page,
|
||||
i.mce-i-hr,
|
||||
i.mce-i-wp_code,
|
||||
i.mce-i-dashicon,
|
||||
.mce-close {
|
||||
font: normal 20px/1 'dashicons';
|
||||
|
@ -880,7 +881,7 @@ i.mce-i-hr:before {
|
|||
content: '\f158';
|
||||
}
|
||||
|
||||
.mce-i-wp_code:before {
|
||||
i.mce-i-wp_code:before {
|
||||
content: '\f475';
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -731,6 +731,7 @@ i.mce-i-wp-media-library,
|
|||
i.mce-i-ltr,
|
||||
i.mce-i-wp_page,
|
||||
i.mce-i-hr,
|
||||
i.mce-i-wp_code,
|
||||
i.mce-i-dashicon,
|
||||
.mce-close {
|
||||
font: normal 20px/1 'dashicons';
|
||||
|
@ -880,7 +881,7 @@ i.mce-i-hr:before {
|
|||
content: '\f158';
|
||||
}
|
||||
|
||||
.mce-i-wp_code:before {
|
||||
i.mce-i-wp_code:before {
|
||||
content: '\f475';
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue