Commit def0c43a authored by Clement Ho's avatar Clement Ho

Merge branch 'update-external-link-icon-in-header-user-dropdown' into 'master'

Update external link icon in header user dropdown

See merge request gitlab-org/gitlab-ce!20150
parents a1bd2434 4a4226c4
......@@ -539,6 +539,10 @@
display: block;
}
}
svg {
vertical-align: text-top;
}
}
}
......
......@@ -20,7 +20,7 @@
%li
= link_to "https://about.gitlab.com/contributing", target: '_blank', class: 'text-nowrap' do
= _("Contribute to GitLab")
= icon('external-link')
= sprite_icon('external-link', size: 16)
%li.divider
- if current_user_menu?(:sign_out)
%li
......
---
title: Update external link icon in header user dropdown
merge_request: 20150
author: George Tsiolis
type: changed
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