mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
TinyMCE: fix the icon for the wp_code button. Fixes #31733.
git-svn-id: https://develop.svn.wordpress.org/trunk@31858 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9822d05f72
commit
f6aa243908
@ -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';
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user