Skip to content

Commit

Permalink
Add focus border to skip-to-main button
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed May 31, 2021
1 parent b54e48f commit 80afe21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions changelog/unreleased/bugfix-make-skip-to-visible
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Bugfix: Make skip to main content link visible

We've fixed the z-index of the skip to main content link so that it is not hidden under different content anymore and is again visible on focus.
We've fixed the z-index of the skip to main content link so that it
is not hidden under different content anymore and is again visible
on focus, with a visible focus border.

https://github.com/owncloud/web/pull/5118
https://github.com/owncloud/web/pull/5118
https://github.com/owncloud/web/pull/5167
1 change: 1 addition & 0 deletions packages/web-runtime/src/components/SkipTo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ export default {
.skip-button:focus {
top: 0;
outline: none;
border: 1px dashed white;
}
</style>

0 comments on commit 80afe21

Please sign in to comment.