mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-59170 fontawesome: Fix course total controls icon on grader report
This commit is contained in:
parent
6bb80a1917
commit
76b5fe8665
@ -309,7 +309,7 @@ class icon_system_fontawesome extends icon_system_font {
|
||||
'core:t/block' => 'fa-ban',
|
||||
'core:t/block_to_dock_rtl' => 'fa-chevron-right',
|
||||
'core:t/block_to_dock' => 'fa-chevron-left',
|
||||
'core:t/calc_off' => 'fa-times fa-cross',
|
||||
'core:t/calc_off' => 'fa-calculator', // TODO: Change to better icon once we have stacked icon support or more icons.
|
||||
'core:t/calc' => 'fa-calculator',
|
||||
'core:t/check' => 'fa-check',
|
||||
'core:t/cohort' => 'fa-users',
|
||||
|
Loading…
x
Reference in New Issue
Block a user