Skip to content

Commit

Permalink
MDL-64937 icons: amend collapsed and reload icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Mar 21, 2019
1 parent 3271c39 commit f4967f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/classes/output/icon_system_fontawesome.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,10 @@ public function get_core_icon_map() {
'core:t/calc' => 'fa-calculator',
'core:t/check' => 'fa-check',
'core:t/cohort' => 'fa-users',
'core:t/collapsed_empty_rtl' => 'fa-plus-square-o',
'core:t/collapsed_empty' => 'fa-plus-square-o',
'core:t/collapsed_rtl' => 'fa-plus-square',
'core:t/collapsed' => 'fa-plus-square',
'core:t/collapsed_empty_rtl' => 'fa-caret-square-o-left',
'core:t/collapsed_empty' => 'fa-caret-square-o-right',
'core:t/collapsed_rtl' => 'fa-caret-left',
'core:t/collapsed' => 'fa-caret-right',
'core:t/collapsedcaret' => 'fa-caret-right',
'core:t/contextmenu' => 'fa-cog',
'core:t/copy' => 'fa-copy',
Expand Down Expand Up @@ -382,6 +382,7 @@ public function get_core_icon_map() {
'core:t/preview' => 'fa-search-plus',
'core:t/print' => 'fa-print',
'core:t/removecontact' => 'fa-user-times',
'core:t/reload' => 'fa-refresh',
'core:t/reset' => 'fa-repeat',
'core:t/restore' => 'fa-arrow-circle-up',
'core:t/right' => 'fa-arrow-right',
Expand Down
1 change: 1 addition & 0 deletions pix/t/reload.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 f4967f1

Please sign in to comment.