Skip to content

Commit

Permalink
Merge pull request #6872 from DFE-Digital/leaflet-css
Browse files Browse the repository at this point in the history
a11y: Add red highlighting to zoom buttons on vacancy maps for accessibility purposes
  • Loading branch information
KyleMacPherson committed May 22, 2024
2 parents d42451d + 445efdb commit 6fdf432
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/components/map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
display: none;
}

.leaflet-bar a:focus {
outline: 6px solid #d4351c;
}

.js-enabled {
.map-component {
display: block;
Expand Down

0 comments on commit 6fdf432

Please sign in to comment.