Commit 0d7434f0 authored by Austin Regnery's avatar Austin Regnery

Switch from confirm to default

Changelog: changed
parent ed67f0e8
...@@ -142,10 +142,10 @@ ...@@ -142,10 +142,10 @@
%img.modal-profile-crop-image{ alt: s_("Profiles|Avatar cropper") } %img.modal-profile-crop-image{ alt: s_("Profiles|Avatar cropper") }
.crop-controls .crop-controls
.btn-group .btn-group
%button.btn.gl-button.btn-confirm{ data: { method: 'zoom', option: '-0.1' } } %button.btn.gl-button.btn-default{ data: { method: 'zoom', option: '-0.1' } }
%span %span
= sprite_icon('search-minus') = sprite_icon('search-minus')
%button.btn.gl-button.btn-confirm{ data: { method: 'zoom', option: '0.1' } } %button.btn.gl-button.btn-default{ data: { method: 'zoom', option: '0.1' } }
%span %span
= sprite_icon('search-plus') = sprite_icon('search-plus')
.modal-footer .modal-footer
......
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