Optimize focus outline offset in navigation

This commit is contained in:
Tetrakern 2024-12-18 15:28:10 +01:00
parent 2ac900eb30
commit 7a224a87c8
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -392,6 +392,10 @@
transform: scale(1);
}
}
> :is(input, button, label, a) {
outline-offset: -2px;
}
}
}
}