Commit c117a69e authored by Simon Knox's avatar Simon Knox

Merge branch 'djadmin-fix-site-summary-edit' into 'master'

Fix DAST Summary edit button not being clickable

See merge request gitlab-org/gitlab!62057
parents bc91b705 fe0acb89
......@@ -132,7 +132,7 @@ export default {
:title="$options.i18n.editProfileLabel"
:aria-label="$options.i18n.editProfileLabel"
:href="selectedProfile.editPath"
class="gl-absolute gl-right-7"
class="gl-absolute gl-right-7 gl-z-index-1"
/>
<slot name="summary"></slot>
</div>
......
---
title: Fix DAST Profile Summary edit button alignment
merge_request: 62057
author:
type: fixed
......@@ -292,7 +292,7 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
>
<a
aria-label="Edit profile"
class="btn gl-absolute gl-right-7 btn-default btn-md gl-button btn-icon"
class="btn gl-absolute gl-right-7 gl-z-index-1 btn-default btn-md gl-button btn-icon"
href="/scanner_profile/edit/1"
title="Edit profile"
>
......
......@@ -292,7 +292,7 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
>
<a
aria-label="Edit profile"
class="btn gl-absolute gl-right-7 btn-default btn-md gl-button btn-icon"
class="btn gl-absolute gl-right-7 gl-z-index-1 btn-default btn-md gl-button btn-icon"
href="/site_profiles/edit/1"
title="Edit profile"
>
......
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