Skip to content

Commit

Permalink
Accessibility improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Jul 28, 2022
1 parent e2922c3 commit 27bc81d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NYC Boundaries</title>
<meta
name="description"
content="View NYC city council districts, school districts, and other administrative boundaries."
/>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-58265408-7"
Expand Down
1 change: 1 addition & 0 deletions src/components/Search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
? 'bg-blue-600 text-white hover:bg-blue-700'
: 'bg-white text-gray-600 hover:text-blue-600'
} shadow-md rounded ml-2 hover:text-focus:outline-none focus:ring focus:ring-blue-500`}
aria-label="Pick coordinates"
>
<div
class="invisible group-hover:visible absolute top-full right-0 mt-2 bg-black text-gray-100 rounded shadow-md px-2 py-0.5"
Expand Down

0 comments on commit 27bc81d

Please sign in to comment.