Skip to content

Commit

Permalink
Added sr-only and sr-only-focusable css classes to app.css
Browse files Browse the repository at this point in the history
The key difference between .sr-only and .sr-only-focusable is:
• .sr-only stays hidden all the time
• .sr-only-focusable becomes visible when focused with keyboard navigation (Tab key)
You typically use .sr-only-focusable together with .sr-only for navigation elements that should be available to keyboard users but hidden from view otherwise. ab205df
  • Loading branch information
daiverd committed Feb 11, 2025
1 parent f507fda commit 4c962f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/index-DNKVIeOC.js → assets/index-BiazzT2N.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/index-DQpALvTl.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/index-nn52RTwd.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
})(window.location);
</script>
<!-- End Single Page Apps for GitHub Pages -->
<script type="module" crossorigin src="/assets/index-DNKVIeOC.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DQpALvTl.css">
<script type="module" crossorigin src="/assets/index-BiazzT2N.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-nn52RTwd.css">
<link rel="manifest" href="/manifest.webmanifest"></head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c962f4

Please sign in to comment.