mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Enhance CI Status Widget: Adjust header height, improve accessibility, and refine styles
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
padding: 8px 0;
|
||||
padding: 6px 2px;
|
||||
margin-top: 2px;
|
||||
border-radius: 8px;
|
||||
min-height: 22px;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
@@ -70,7 +72,7 @@
|
||||
|
||||
.ci-status-widget.has-fix-actions:hover .ci-status-widget-counts,
|
||||
.ci-status-widget.has-fix-actions:focus-within .ci-status-widget-counts {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.ci-status-widget-count-badge {
|
||||
|
||||
Reference in New Issue
Block a user