Skip to content

Commit

Permalink
Merge pull request #464 from helsingborg-stad/fix/aria-controls-close…
Browse files Browse the repository at this point in the history
…-button

fix: aria controls drawer close
  • Loading branch information
NiclasNorin authored Oct 14, 2024
2 parents 4f7838a + 09378f3 commit 1bb0e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Component/Drawer/drawer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'style' => 'basic',
'icon' => 'close',
'attributeList' => [
'aria-controls' => 'navigation',
'aria-controls' => 'drawer',
'data-simulate-click' => $simulateClickSelector
],
'classList' => [
Expand Down

0 comments on commit 1bb0e94

Please sign in to comment.