This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-admin
Watch
1
Star
0
Fork
0
You've already forked notifications-admin
mirror of
https://github.com/GSA/notifications-admin.git
synced
2026-09-06 16:18:25 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bdee795f564be308d49e2b20fb5efee80000abb1
notifications-admin
/
app
/
templates
/
views
/
broadcast
/
partials
/
area-map-stylesheets.html
2 lines
72 B
HTML
Raw
Normal View
History
Unescape
Escape
Accessibility fixes for map Makes the controls and links inside it match GOVUK Frontend styles and: - gives the map container a focus style matching that for GOVUK Frontend text inputs - makes it all work in high contrast modes (on Windows and Firefox) Note: the focus style for the container is applied with :focus-visible so only appears when it gets focus directly, not when it does due to child elements (like the controls or links) getting focused. Browsers without support for :focus-visible get the same styling for all forms of focus.
2021-08-04 09:49:52 +01:00
<
link
rel
=
"stylesheet"
href
=
"{{ asset_url('stylesheets/map.css') }}"
/
>
Reference in New Issue
Copy Permalink