Commit 48e6b011 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '33283-remove-svg' into 'master'

Remove illustration in export/import CSV modal

See merge request gitlab-org/gitlab!54136
parents a6b859ef 35de21af
...@@ -130,22 +130,6 @@ body.modal-open { ...@@ -130,22 +130,6 @@ body.modal-open {
.issues-import-modal, .issues-import-modal,
.issuable-export-modal { .issuable-export-modal {
.modal-header {
justify-content: flex-start;
.import-export-svg-container {
flex-grow: 1;
height: 56px;
padding: $gl-btn-padding $gl-btn-padding 0;
text-align: right;
.illustration {
height: inherit;
width: initial;
}
}
}
.modal-body { .modal-body {
padding: 0; padding: 0;
......
...@@ -3,10 +3,8 @@ ...@@ -3,10 +3,8 @@
.modal-content .modal-content
= form_tag import_csv_namespace_project_issues_path, multipart: true do = form_tag import_csv_namespace_project_issues_path, multipart: true do
.modal-header .modal-header
%h3 %h4.gl-m-0
= _('Import issues') = _('Import issues')
.svg-content.import-export-svg-container
= image_tag 'illustrations/export-import.svg', alt: _('Import/Export illustration'), class: 'illustration'
%a.close{ href: '#', 'data-dismiss' => 'modal' } × %a.close{ href: '#', 'data-dismiss' => 'modal' } ×
.modal-body .modal-body
.modal-text .modal-text
......
...@@ -4,10 +4,8 @@ ...@@ -4,10 +4,8 @@
.modal-dialog .modal-dialog
.modal-content{ data: { qa_selector: "export_issuable_modal" } } .modal-content{ data: { qa_selector: "export_issuable_modal" } }
.modal-header .modal-header
%h3 %h4.gl-m-0
= _("Export %{issuable_type}" % { issuable_type: issuable_type.humanize(capitalize: false) }) = _("Export %{issuable_type}" % { issuable_type: issuable_type.humanize(capitalize: false) })
.svg-content.import-export-svg-container
= image_tag 'illustrations/export-import.svg', role: "presentation", class: 'illustration'
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') } %button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
= sprite_icon('close', css_class: 'gl-icon') = sprite_icon('close', css_class: 'gl-icon')
.modal-body .modal-body
......
---
title: Remove illustration in export/import CSV modal
merge_request: 54136
author: Yogi (@yo)
type: changed
...@@ -15489,9 +15489,6 @@ msgstr "" ...@@ -15489,9 +15489,6 @@ msgstr ""
msgid "Import/Export Rate Limits" msgid "Import/Export Rate Limits"
msgstr "" msgstr ""
msgid "Import/Export illustration"
msgstr ""
msgid "ImportButtons|Connect repositories from" msgid "ImportButtons|Connect repositories from"
msgstr "" msgstr ""
......
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