generated from Seekra/repository-template
Merge pull request 'Use :focus-visible instead of :focus' (#153) from refactor/use-focus-visible into main
Deploy on dev / Deploy on dev (push) Successful in 36s
Deploy on dev / Deploy on dev (push) Successful in 36s
Reviewed-on: #153 Reviewed-by: Jakob Scheid
This commit was merged in pull request #153.
This commit is contained in:
@@ -25,7 +25,7 @@ body {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.link:hover:not(.button-link), .link:focus:not(.button-link) {
|
||||
.link:hover:not(.button-link), .link:focus-visible:not(.button-link) {
|
||||
outline: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
@@ -78,7 +78,7 @@ input {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.button:focus {
|
||||
.button:focus-visible {
|
||||
background-color: var(--light-hover);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user