]> BookStack Code Mirror - bookstack/commitdiff
Hid skip-to-content for print media
authorDan Brown <redacted>
Sun, 14 Nov 2021 11:50:13 +0000 (11:50 +0000)
committerDan Brown <redacted>
Sun, 14 Nov 2021 11:50:13 +0000 (11:50 +0000)
Fixes #3051

resources/views/common/skip-to-content.blade.php

index b63573d765938cb4fd4d4f706a6677c93eb955fd..9b8db114263e11cf25fb508a48f6c77bc49ff793 100644 (file)
@@ -1 +1 @@
-<a class="px-m py-s skip-to-content-link" href="#main-content">{{ trans('common.skip_to_main_content') }}</a>
\ No newline at end of file
+<a class="px-m py-s skip-to-content-link print-hidden" href="#main-content">{{ trans('common.skip_to_main_content') }}</a>
\ No newline at end of file