mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-11 18:23:46 +00:00
fix(css): increase sort button focus outline-offset from 2px to 3px
Gives the focus ring a bit more breathing room so it doesn't overlap the button text at the new border-radius. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
eb5b37daf5
commit
53684e7c40
1 changed files with 1 additions and 1 deletions
|
|
@ -645,7 +645,7 @@ th[data-sort]:hover {
|
|||
|
||||
.sort-btn:focus-visible {
|
||||
outline: 2px solid var(--accent);
|
||||
outline-offset: 2px;
|
||||
outline-offset: 3px;
|
||||
}
|
||||
|
||||
th[data-sort]::after {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue