-
Bug
-
Resolution: Fixed
-
Minor
-
3.10, 3.11
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
MOODLE_310_STABLE
-
MDL-70322-master -
I detected some inconsistency while working on search input in the Workplace navbar. "inactive" search icon was not getting the icon mapping, but the "active" search was doing the mapping correctly.
Looking at lib/templates/search_input_navbar.mustache i see that these icons are being included in two different ways.
-
{{#pix}} a/search, core {{/pix}}
Can be mapped.
-
<i class="icon fa fa-search fa-fw " aria-hidden="true"></i>
Cannot be mapped
I suggest using pix a/search, core in both cases to allow mapping and to be consistent.
- has been marked as being related by
-
MDL-69454 Use a consistent search input field across all Moodle searches
- Closed