Skip to content

Commit 7190514

Browse files
committed
refactor: 2 improvements across 2 files
- UI/UX: Missing focus indicators on custom interactive elements - UI/UX: Missing skip-to-content link for keyboard navigation Signed-off-by: tomaioo <203048277+tomaioo@users.noreply.github.com>
1 parent 8bda68b commit 7190514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/arm-design-system-hugo-theme/layouts/partials/filter-search-sort/closed-expansion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!-- Radio buttons -->
3838
{{if eq $input_type "radio"}}
3939
<div class="form-group ads-radio-style">
40-
<input type="radio" class="tag-{{$name | urlize}} group-{{$group_name}}" data-urlized-name="{{$name | urlize}}" name="{{$group_name}}" onchange="filterHandler_radio_LearningPaths(this)"></input>
40+
<input type="radio" id="{{$name | urlize}}" class="tag-{{$name | urlize}} group-{{$group_name}}" data-urlized-name="{{$name | urlize}}" name="{{$group_name}}" onchange="filterHandler_radio_LearningPaths(this)"></input>
4141
<label for="{{$name | urlize}}">{{$name}}</label>
4242
</div>
4343
<!-- Checkboxes -->

0 commit comments

Comments
 (0)