mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-13 02:51:44 +08:00
fix(css): extend focus-visible outline to no-results-clear and footer links
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
f2b635da19
commit
58c0fd9e45
@ -352,7 +352,9 @@ kbd {
|
||||
.search:focus-visible,
|
||||
.filter-clear:focus-visible,
|
||||
.tag:focus-visible,
|
||||
.back-to-top:focus-visible {
|
||||
.back-to-top:focus-visible,
|
||||
.no-results-clear:focus-visible,
|
||||
.footer a:focus-visible {
|
||||
outline: 2px solid var(--accent);
|
||||
outline-offset: 3px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user