mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Add right padding to header on focus for improved accessibility
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
.ci-status-widget-header:focus-visible {
|
||||
outline: 1px solid var(--vscode-focusBorder);
|
||||
outline-offset: -1px;
|
||||
padding-right: 22px;
|
||||
}
|
||||
|
||||
/* Chevron — right-aligned, visible on hover only */
|
||||
|
||||
Reference in New Issue
Block a user