MDL-62365 Theme Boost: default navigation item to empty
- use fa-fw as default navigation item (empty)
- change indentation for 2nd level dropdown items
This commit is contained in:
@@ -255,7 +255,7 @@ class icon_system_fontawesome extends icon_system_font {
|
||||
'core:i/mnethost' => 'fa-external-link',
|
||||
'core:i/moodle_host' => 'fa-graduation-cap',
|
||||
'core:i/move_2d' => 'fa-arrows',
|
||||
'core:i/navigationitem' => 'fa-circle-thin',
|
||||
'core:i/navigationitem' => 'fa-fw',
|
||||
'core:i/ne_red_mark' => 'fa-remove',
|
||||
'core:i/new' => 'fa-bolt',
|
||||
'core:i/news' => 'fa-newspaper-o',
|
||||
|
||||
Reference in New Issue
Block a user