Skip to content

Commit

Permalink
MBS 6689: css formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
fdagner committed Nov 13, 2024
1 parent 89416cd commit a8fa2b1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions templates/cssskeleton.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,17 @@
<style id="learningmap-svgstyle" type="text/css">
#learningmap-svgmap-{{mapid}} a:focus-visible {
outline: 4px solid blue;
outline-offset: 2px;
outline: 4px solid blue;
outline-offset: 2px;
}
#learningmap-svgmap-{{mapid}} a:focus-visible circle {
filter: brightness(1.5);r: 12px;
filter: brightness(1.5);
r: 12px;
}
#learningmap-svgmap-{{mapid}} a:focus-visible .learningmap-place {
animation: none;
animation: none;
}
#learningmap-svgmap-{{mapid}} .learningmap-place {
Expand Down

0 comments on commit a8fa2b1

Please sign in to comment.