mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Refactor CI Status Widget: Adjust header height, improve padding, and enhance hover/focus styles
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
padding: 6px 2px;
|
||||
padding: 6px 4px;
|
||||
margin-top: 2px;
|
||||
border-radius: 8px;
|
||||
min-height: 22px;
|
||||
@@ -28,6 +28,15 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.ci-status-widget-header:hover {
|
||||
background-color: var(--vscode-list-hoverBackground);
|
||||
}
|
||||
|
||||
.ci-status-widget-header:focus-visible {
|
||||
outline: 1px solid var(--vscode-focusBorder);
|
||||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
/* Chevron — right-aligned, visible on hover only */
|
||||
.ci-status-widget-header .group-chevron {
|
||||
flex-shrink: 0;
|
||||
|
||||
Reference in New Issue
Block a user