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:
Bas Brands
2018-05-14 09:08:42 +02:00
parent 02c7769422
commit 04b1bea112
3 changed files with 3 additions and 3 deletions
@@ -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',