mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-25 05:33:05 +08: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user