Commit 943734e6 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '225207-replace-fa-search-icons-with-gitlab-svg-icons' into 'master'

Replace fa-search-* icons with GitLab SVG icons

Closes #225207

See merge request gitlab-org/gitlab!40580
parents 70f220dc 01a5a6bf
......@@ -135,10 +135,12 @@
%img.modal-profile-crop-image{ alt: s_("Profiles|Avatar cropper") }
.crop-controls
.btn-group
%button.btn.btn-primary{ data: { method: 'zoom', option: '0.1' } }
%span.fa.fa-search-plus
%button.btn.btn-primary{ data: { method: 'zoom', option: '-0.1' } }
%span.fa.fa-search-minus
%span
= sprite_icon('search-minus')
%button.btn.btn-primary{ data: { method: 'zoom', option: '0.1' } }
%span
= sprite_icon('search-plus')
.modal-footer
%button.btn.btn-primary.js-upload-user-avatar{ type: 'button' }
= s_("Profiles|Set new profile picture")
---
title: Replace fa-search-* icons with GitLab SVG icons
merge_request: 40580
author:
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