Skip to content

Commit

Permalink
MDL-58581 editor_atto: change paragraph icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
SanyaNegi authored and lucaboesch committed Apr 24, 2019
1 parent bc342f1 commit 5530d87
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/classes/output/icon_system_fontawesome.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function get_core_icon_map() {
'core:e/spellcheck' => 'fa-check',
'core:e/split_cells' => 'fa-columns',
'core:e/strikethrough' => 'fa-strikethrough',
'core:e/styleprops' => 'fa-info',
'core:e/styleparagraph' => 'fa-font',
'core:e/subscript' => 'fa-subscript',
'core:e/superscript' => 'fa-superscript',
'core:e/table_props' => 'fa-table',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Y.namespace('M.atto_title').Button = Y.Base.create('button', Y.M.editor_atto.Edi
});
});
this.addToolbarMenu({
icon: 'e/styleprops',
icon: 'e/styleparagraph',
globalItemConfig: {
callback: this._changeStyle
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Y.namespace('M.atto_title').Button = Y.Base.create('button', Y.M.editor_atto.Edi
});
});
this.addToolbarMenu({
icon: 'e/styleprops',
icon: 'e/styleparagraph',
globalItemConfig: {
callback: this._changeStyle
},
Expand Down
2 changes: 1 addition & 1 deletion lib/editor/atto/plugins/title/yui/src/button/js/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Y.namespace('M.atto_title').Button = Y.Base.create('button', Y.M.editor_atto.Edi
});
});
this.addToolbarMenu({
icon: 'e/styleprops',
icon: 'e/styleparagraph',
globalItemConfig: {
callback: this._changeStyle
},
Expand Down
Binary file added pix/e/styleparagraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions pix/e/styleparagraph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5530d87

Please sign in to comment.