-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add focus border to skip-to-main button
- Loading branch information
1 parent
b54e48f
commit 80afe21
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,5 +48,6 @@ export default { | |
.skip-button:focus { | ||
top: 0; | ||
outline: none; | ||
border: 1px dashed white; | ||
} | ||
</style> |