Skip to content

Commit c742548

Browse files
Remove inappropriate visually-hidden class from skiplink
visually-hidden-focusable should be used on its own; see cookiecutter-toolforge commit e6f4bfe13e [1] for details. [1]: lucaswerkmeister/cookiecutter-toolforge@e6f4bfe13e
1 parent 34ee7bf commit c742548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% endblock head %}
1212
</head>
1313
<body>
14-
<a href="#main" class="visually-hidden visually-hidden-focusable">{{ message( 'skip-to-main-content' ) }}</a>
14+
<a href="#main" class="visually-hidden-focusable">{{ message( 'skip-to-main-content' ) }}</a>
1515
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
1616
<div class="container-fluid">
1717
<a href="{{ url_for('index') }}" class="navbar-brand">{{ message( 'tool-name' ) }}</a>

0 commit comments

Comments
 (0)