Commit 949965c9 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'leipert-hamburger' into 'master'

Replace font-awesome hamburger icon

See merge request gitlab-org/gitlab!38792
parents 087b47de 34f6951d
......@@ -6,7 +6,7 @@
- if defined?(@left_sidebar)
= button_tag class: 'toggle-mobile-nav', type: 'button' do
%span.sr-only= _("Open sidebar")
= icon ('bars')
= sprite_icon('hamburger')
.breadcrumbs-links.js-title-container{ data: { qa_selector: 'breadcrumb_links_content' } }
%ul.list-unstyled.breadcrumbs-list.js-breadcrumbs-list
- unless hide_top_links
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment