Skip to content

Commit 9b26c92

Browse files
committed
Removed duplicate skip-to-content button and added default cursor display to skip to content button
1 parent 2101d72 commit 9b26c92

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/assets/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ textarea {
324324
font-size: 25px;
325325
padding: 5px;
326326
opacity: 0;
327+
cursor: default;
327328
}
328329

329330
#skip-to-content:focus {

src/templates/layouts/default.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
</head>
2828
<body>
2929

30-
<a href="#content" class="sr-only">{{#i18n "Skip-To-Content"}}{{/i18n}}</a>
3130
{{>i18n}}
3231
<!-- .container -->
3332
<div class="container">

0 commit comments

Comments
 (0)