Skip to content

Commit

Permalink
Add"nospin" class to skip-to-content link (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Nov 5, 2021
1 parent 57520c4 commit c2df3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/layout/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
?>
<body class="<?= $bodyClasses ?>" onload="js_onload_call_hooks()">
<div id="skip-to-content-box">
<a href="#content-start" id="skip-to-content"><?= __('match.op.skip_to_content') ?></a>
<a href="#content-start" id="skip-to-content" class="nospin"><?= __('match.op.skip_to_content') ?></a>
</div>

<!-- Primary layout -->
Expand Down

0 comments on commit c2df3db

Please sign in to comment.