Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/dropdown/dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

.monaco-dropdown-with-primary > .dropdown-action-container > .monaco-dropdown > .dropdown-label .codicon[class*='codicon-'] {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
padding-left: 0px;
padding-right: 0px;
line-height: 16px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

.diff-review-spacer > .codicon {
font-size: 9px !important;
font-size: var(--vscode-codiconFontSize-compact) !important;
}

.diff-review-actions {
Expand Down
1 change: 0 additions & 1 deletion src/vs/editor/contrib/colorPicker/browser/colorPicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@

.colorpicker-header .picked-color .codicon {
color: inherit;
Comment thread
mrleemurray marked this conversation as resolved.
font-size: 14px;
}

.colorpicker-header .picked-color.light {
Expand Down
2 changes: 1 addition & 1 deletion src/vs/editor/contrib/hover/browser/hover.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

.monaco-editor .monaco-hover .hover-row .verbosity-actions-inner .codicon {
cursor: pointer;
font-size: 11px;
font-size: var(--vscode-codiconFontSize-compact);
}

.monaco-editor .monaco-hover .hover-row .verbosity-actions-inner .codicon.enabled {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
}

.inline-edit-alternative-action-label .codicon {
font-size: 12px !important;
font-size: var(--vscode-codiconFontSize-compact) !important;
padding-right: 4px;
}

Expand Down
2 changes: 1 addition & 1 deletion src/vs/platform/actionWidget/browser/actionWidget.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
}

.action-widget .monaco-list-row.action .codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
}

.action-widget .monaco-list-row.action .action-list-item-toolbar .codicon {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}

.monaco-dropdown-with-default > .dropdown-action-container > .monaco-dropdown > .dropdown-label .codicon[class*='codicon-'] {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
padding-left: 0px;
padding-right: 0px;
line-height: 16px;
Expand Down
4 changes: 2 additions & 2 deletions src/vs/sessions/browser/parts/mobile/mobileChatShell.css
Original file line number Diff line number Diff line change
Expand Up @@ -615,11 +615,11 @@
* read at a comfortable size for touch but stay tight to the label,
* matching the iOS reference proportions. */
.agent-sessions-workbench.phone-layout .new-chat-widget-container .new-chat-bottom-container .action-label > .codicon {
font-size: 13px;
font-size: var(--vscode-codiconFontSize-compact);
}

.agent-sessions-workbench.phone-layout .new-chat-widget-container .new-chat-bottom-container .action-label > .codicon-chevron-down {
font-size: 10px;
font-size: var(--vscode-codiconFontSize-compact);
margin-left: 4px;
opacity: 0.7;
}
Expand Down
7 changes: 2 additions & 5 deletions src/vs/sessions/contrib/aquarium/browser/media/aquarium.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,16 +225,13 @@
opacity: 1;
color: var(--vscode-icon-foreground, var(--vscode-foreground, #cccccc));
}
.agents-aquarium-toggle .codicon {
font-size: 14px;
}

/* Off-state icon: the agents window logo (same asset as the mobile chat
* shell's workspace picker). Theme-swapped under `.vs` / `.hc-light`. */
.agents-aquarium-toggle-logo {
display: inline-block;
width: 14px;
height: 14px;
width: 16px;
height: 16px;
background: url('../../../../browser/media/sessions-logo-light.svg') center / contain no-repeat;
transform-origin: 50% 50%;
/* Brief attention-grabbing wiggle every 12s. Keyframes hold the rest
Expand Down
6 changes: 3 additions & 3 deletions src/vs/sessions/contrib/changes/browser/media/changesView.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}

> .codicon {
font-size: 10px !important;
font-size: var(--vscode-codiconFontSize-compact) !important;
padding-left: 4px;
width: 10px;
height: 10px;
Expand Down Expand Up @@ -343,7 +343,7 @@
}

.changes-file-list .changes-review-comments-badge .codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
}

.changes-file-list .changes-agent-feedback-badge {
Expand All @@ -356,7 +356,7 @@
}

.changes-file-list .changes-agent-feedback-badge .codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
}

.changes-file-list .working-set-lines-added {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@
line-height: 1;
}

Comment thread
mrleemurray marked this conversation as resolved.
.ci-status-widget-count-badge .codicon {
font-size: 14px;
}

.ci-status-widget-count-badge.ci-status-success .codicon {
color: var(--vscode-testing-iconPassed, #73c991);
}
Expand Down
14 changes: 5 additions & 9 deletions src/vs/sessions/contrib/chat/browser/media/chatInput.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
}

.sessions-chat-config-toolbar .monaco-action-bar .action-item .action-label > .codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
flex-shrink: 0;
/* Override the base .monaco-action-bar .action-item .codicon { width:16px; height:16px }
* so the leading icon sizes naturally to its font-size, matching the bottom-row pickers. */
Expand Down Expand Up @@ -279,10 +279,6 @@
display: flex;
}

Comment thread
mrleemurray marked this conversation as resolved.
.sessions-chat-loading-spinner .codicon {
font-size: 14px;
}

/* Attach row (pills only, above editor, inside input area) */
.sessions-chat-attach-row {
display: flex;
Expand Down Expand Up @@ -322,7 +318,7 @@
}

.monaco-workbench .sessions-chat-attach-button .codicon[class*='codicon-'] {
font-size: 14px;
font-size: var(--vscode-codiconFontSize-compact);
}

/* Attached context container */
Expand Down Expand Up @@ -359,7 +355,7 @@
}

.sessions-chat-attachment-pill .codicon {
font-size: 14px;
font-size: var(--vscode-codiconFontSize-compact) !important;
flex-shrink: 0;
padding: 0 3px;
}
Expand Down Expand Up @@ -402,7 +398,7 @@
}

.sessions-chat-attachment-remove .codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
padding: 0;
}

Expand Down Expand Up @@ -442,7 +438,7 @@

.sessions-chat-dnd-overlay .attach-context-overlay-text .codicon {
height: 12px;
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
margin-right: 3px;
}

Expand Down
4 changes: 2 additions & 2 deletions src/vs/sessions/contrib/chat/browser/media/chatWidget.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
}

.new-chat-widget-container .new-chat-bottom-container .action-label > .codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
}

.new-chat-widget-container .new-chat-bottom-container .action-label > .codicon-chevron-down,
Expand Down Expand Up @@ -363,7 +363,7 @@
}

.sessions-chat-picker-slot .action-label .codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
flex-shrink: 0;
/* Override the base .monaco-action-bar .action-item .codicon { width:16px; height:16px }
* so codicons here size naturally to their font-size, matching pickers (like Copilot CLI)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

.new-chat-in-session .new-chat-bottom-container .action-label .codicon,
.new-chat-in-session .sessions-chat-toolbar .action-label .codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
}

.new-chat-in-session .sessions-chat-dropdown-label {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@
}

.agent-host-filter-combo .agent-host-filter-icon .codicon {
font-size: 14px;
font-size: var(--vscode-codiconFontSize-compact);
}

.agent-host-filter-combo .agent-host-filter-chevron .codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
opacity: 0.8;
}

Expand Down Expand Up @@ -162,7 +162,7 @@
}

.agent-host-filter-combo .agent-host-filter-connect .codicon {
font-size: 14px;
font-size: var(--vscode-codiconFontSize-compact);
}

.agent-host-filter-combo .agent-host-filter-connect.connected .codicon {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@

> .codicon {
flex-shrink: 0;
font-size: 12px;
height: 16px;
display: flex;
align-items: center;
Expand Down Expand Up @@ -152,7 +151,7 @@
align-items: center;

> .codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
}
}

Expand Down Expand Up @@ -481,7 +480,6 @@
line-height: 20px;

> .codicon {
font-size: 14px;
height: 20px;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@
gap: 2px;

.codicon {
font-size: 13px;
width: 13px;
height: 13px;
font-size: var(--vscode-codiconFontSize-compact);
width: var(--vscode-codiconFontSize-compact);
height: var(--vscode-codiconFontSize-compact);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
}

.monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .badge .codicon.badge-content {
font-size: 13px;
font-size: var(--vscode-codiconFontSize-compact);
font-weight: unset;
padding: 0;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/parts/views/media/paneviewlet.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

.monaco-pane-view .pane > .pane-header .description .codicon {
font-size: 9px;
font-size: var(--vscode-codiconFontSize-compact);
margin-left: 2px;
}

Expand Down
4 changes: 2 additions & 2 deletions src/vs/workbench/browser/parts/views/media/views.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
}

.monaco-workbench .pane > .pane-body .welcome-view-content > p .codicon[class*='codicon-'] {
font-size: 13px;
font-size: var(--vscode-codiconFontSize-compact);
line-height: 1.4em;
vertical-align: bottom;
}
Expand Down Expand Up @@ -177,7 +177,7 @@
}

.customview-tree .monaco-list .monaco-list-row .custom-view-tree-node-item .custom-view-tree-node-item-checkbox.codicon {
font-size: 13px;
font-size: var(--vscode-codiconFontSize-compact);
line-height: 15px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}

.codicon {
font-size: 14px;
font-size: var(--vscode-codiconFontSize-compact);
}
}

Expand Down Expand Up @@ -171,7 +171,7 @@

.codicon {
color: inherit;
font-size: 14px;
font-size: var(--vscode-codiconFontSize-compact);
flex-shrink: 0;
opacity: 1;
}
Expand Down Expand Up @@ -557,7 +557,7 @@
}

.codicon {
font-size: 15px;
font-size: 16px;
margin: 0;
color: var(--vscode-statusBarItem-errorForeground);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

.agent-host-chat-input-picker-slot .action-label .codicon-chevron-down {
font-size: 10px;
font-size: var(--vscode-codiconFontSize-compact);
margin-left: 4px;
opacity: 0.75;
}
Expand Down Expand Up @@ -85,7 +85,7 @@
}

.codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}

.unified-send-button .codicon {
font-size: 14px !important;
font-size: var(--vscode-codiconFontSize-compact) !important;
color: var(--vscode-button-foreground) !important;
}

Expand Down Expand Up @@ -149,7 +149,7 @@
}

.unified-quick-access-pr-badge .codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
}

/* Action text styling (e.g., "Run 'zsh' command?") */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@
}

.ai-customization-management-editor .ai-customization-embedded-detail .embedded-detail-scope .codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
}

.ai-customization-management-editor .ai-customization-embedded-detail .embedded-detail-description {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
}

.models-widget .models-table-container .monaco-table-td .model-token-limits .codicon {
font-size: 12px;
font-size: var(--vscode-codiconFontSize-compact);
}

/** Capabilities column styling **/
Expand Down
Loading
Loading