Skip to content

Commit

Permalink
MBS-6689: Add visual support for keyboard navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
fdagner committed Nov 11, 2024
1 parent 1df5192 commit ca39e73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/cssskeleton.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
}}
<style id="learningmap-svgstyle" type="text/css">
#learningmap-svgmap-{{mapid}} a:focus-visible {
outline: 4px solid blue;
}
#learningmap-svgmap-{{mapid}} a:focus-visible .learningmap-place {
animation: none;
}
#learningmap-svgmap-{{mapid}} .learningmap-place {
fill: {{ placecolor }};
stroke-width: 3px;
Expand Down

0 comments on commit ca39e73

Please sign in to comment.