Commit fcf75b93 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'sec-dashboard-vulnerability-table-row-action-buttons-focus-fix' into 'master'

Fix focus-visibility for vulnerability actions

See merge request gitlab-org/gitlab-ee!15115
parents 6c3af2d1 af639aec
...@@ -143,7 +143,7 @@ export default { ...@@ -143,7 +143,7 @@ export default {
} }
.vulnerabilities-row:hover .action-buttons, .vulnerabilities-row:hover .action-buttons,
.vulnerabilities-row:focus .action-buttons { .vulnerabilities-row:focus-within .action-buttons {
opacity: 1; opacity: 1;
} }
} }
......
---
title: Fix focus-visibility of vulnerability-actions within security
dashboard
merge_request: 15115
author:
type: fixed
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