Commit ab161f59 authored by Jiaan Louw's avatar Jiaan Louw

Update requirement import modal to show focus

Updates the requirement managenent import modal's file input
to render the focus ring when it's in focus for increased
accessibility.

Changelog: changed
EE: true
parent 61820f46
......@@ -72,7 +72,7 @@ export default {
<input
id="import-requirements-file-input"
ref="fileInput"
class="gl-mt-3 gl-mb-2 bv-no-focus-ring"
class="gl-mt-3 gl-mb-2"
type="file"
accept=".csv,text/csv"
@change="handleCSVFile"
......
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