mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 23:03:46 +00:00
Replace deprecated OOUI 'find' icon with 'articleSearch' of 'content' pack
Depends-on: I41c3d5502ff58f72bf7441811eaf17702468469b Bug: T183645 Change-Id: I0535b667084771ecff3a4c0e14616fc9ee586895
This commit is contained in:
parent
d734e5f1d0
commit
75d8b4c112
|
@ -59,6 +59,7 @@
|
||||||
"mediawiki.cookie",
|
"mediawiki.cookie",
|
||||||
"jquery.textSelection",
|
"jquery.textSelection",
|
||||||
"oojs-ui-windows",
|
"oojs-ui-windows",
|
||||||
|
"oojs-ui.styles.icons-content",
|
||||||
"oojs-ui.styles.icons-editing-advanced",
|
"oojs-ui.styles.icons-editing-advanced",
|
||||||
"oojs-ui.styles.icons-editing-list",
|
"oojs-ui.styles.icons-editing-list",
|
||||||
"ext.codeEditor.icons"
|
"ext.codeEditor.icons"
|
||||||
|
|
|
@ -280,7 +280,7 @@
|
||||||
toggleSearchReplace: {
|
toggleSearchReplace: {
|
||||||
labelMsg: 'codeeditor-searchReplace-toggle',
|
labelMsg: 'codeeditor-searchReplace-toggle',
|
||||||
type: 'button',
|
type: 'button',
|
||||||
oouiIcon: 'find',
|
oouiIcon: 'articleSearch',
|
||||||
action: {
|
action: {
|
||||||
type: 'callback',
|
type: 'callback',
|
||||||
execute: toggleSearchReplace
|
execute: toggleSearchReplace
|
||||||
|
|
Loading…
Reference in a new issue