mrleemurray
16869c2e44
remove background color mixing for suggest widget and title bar hover effect
2026-03-02 12:50:50 +00:00
mrleemurray
53f6daeba0
update hover and background colors in quick input for dark and light themes
2026-03-02 12:29:04 +00:00
mrleemurray
12d5932337
style(defineKeybindingWidget): remove border-radius for consistency with theme styles
2026-03-02 11:09:56 +00:00
mrleemurray
062b8a4a39
style(chat): remove unnecessary border-radius from chat editor and notifications for consistency
2026-03-02 10:57:48 +00:00
mrleemurray
701d3435e2
style(debug-hover): add border-radius to debug hover widget for consistency with theme variable
2026-03-02 10:49:13 +00:00
mrleemurray
154634f755
style(dialog): update border-radius for modal block shadow to use theme variable
2026-03-02 10:49:13 +00:00
mrleemurray
30c9312992
style(titlebar): update border-radius to use theme variable for consistency
2026-03-02 10:49:13 +00:00
mrleemurray
af114f4857
style(inline-chat): update border-radius to use theme variable for consistency
2026-03-02 10:49:02 +00:00
mrleemurray
695348bd65
style(notebook): add border-radius to cell title toolbar for consistency with theme variable
2026-03-02 10:49:02 +00:00
mrleemurray
7a54887ed2
style(notebook): update action-item border-radius for consistency with theme variable
2026-03-02 10:49:01 +00:00
mrleemurray
62adc94eca
style(notebook): update border-radius to use theme variable for consistency
2026-03-02 10:49:01 +00:00
mrleemurray
c95a898747
style(parameter-hints): update border-radius to use theme variable for consistency
2026-03-02 10:48:46 +00:00
mrleemurray
d36272a6c9
style(action-widget): remove border-radius for consistency with theme variables
2026-03-02 10:48:46 +00:00
mrleemurray
b13422637b
style(dropdown, debug-toolbar): update border-radius to use theme variable for consistency
2026-03-02 10:48:46 +00:00
mrleemurray
f51a4c9a16
style(hover): update border-radius to use theme variable for consistency
2026-03-02 10:48:35 +00:00
mrleemurray
37e10e57a7
style(dialog): remove fixed border-radius for consistency with theme variables
2026-03-02 10:48:24 +00:00
mrleemurray
b3bcabf327
style(menu): replace fixed border-radius with CSS variable for consistency
...
style(find-widget): unify border-radius with CSS variable for consistency
style(inline-chat-gutter-menu): update border-radius to use CSS variable for consistency
2026-03-02 10:48:23 +00:00
mrleemurray
1dc1271ba6
style(notifications): update border and border-radius for consistency across notification elements
2026-03-02 10:48:01 +00:00
mrleemurray
a176e75cf2
style(chat-input): replace fixed border-radius with variable for consistency
2026-03-02 10:47:48 +00:00
mrleemurray
b923a7ae73
style(quick-input): replace fixed border-radius with variable for consistency
2026-03-02 10:23:04 +00:00
mrleemurray
ef7a51a4bb
style(suggest-widget): replace fixed border-radius with variable for consistency
2026-03-02 10:23:03 +00:00
mrleemurray
13a6803cba
style(quick-input): replace fixed border-radius with variable for consistency
2026-03-02 10:22:58 +00:00
Benjamin Pasero
fe85be6c2d
Merge branch 'main' into mrleemurray/custom-menu-update
2026-03-01 08:08:21 +01:00
mrleemurray
ea2dc89c51
fix: update border colors and remove unnecessary shadows in 2026 Light theme
2026-02-27 11:10:40 +00:00
David Dossett
a6bcce17ed
Align custom menu styling with chat picker visuals
2026-02-26 10:04:34 -08:00
mrleemurray
b9afe180fa
enhance notifications styling for reduced transparency mode
...
Co-authored-by: Copilot <copilot@github.com >
2026-02-26 17:55:00 +00:00
mrleemurray
4dec73ed63
enhance defineKeybindingWidget styles with important flags for shadow and background color
2026-02-26 17:43:45 +00:00
mrleemurray
0371658b57
fix: improve notification styles and adjust shadow properties
2026-02-26 15:33:54 +00:00
mrleemurray
0d6dd5d5d5
fix: add missing semicolon in sticky widget background style
2026-02-26 11:54:43 +00:00
mrleemurray
494df680c8
fix: add missing semicolon in sticky widget background style
2026-02-26 11:54:27 +00:00
mrleemurray
b75d9899e6
feat: enhance dropdown and sticky widget styles with improved shadows and backgrounds
2026-02-26 11:41:35 +00:00
Lee Murray
8d1f10b0b8
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-25 17:13:26 +00:00
mrleemurray
b595f2b94c
Add depth shadows for panels in the editor to enhance UI layering
...
Co-authored-by: Copilot <copilot@github.com >
2026-02-25 16:08:31 +00:00
David Dossett
4eb8f169e5
Update chat input: hide attachments bar, move/restyle context window hint ( #296390 )
...
* Simplify chat input: hide attachments bar, move context usage widget
- Hide attachments bar by default, only show with manual attachments
- Remove Add Files button entirely
- Stop rendering implicit context pill (data still collected/sent)
- Move context usage pie widget from top-right to bottom toolbar
- Make input editor 2 lines tall by default (non-compact mode)
* fix: chat input toolbar icons use icon-foreground instead of foreground
- Move Add Context action to ChatInput menu alongside tools button
- Fix theme-2026 styles.css override that stomped toolbar codicon color
with --vscode-foreground; now uses --vscode-icon-foreground
- Add matching icon-foreground override in chat.css for specificity safety
- Switch context usage indicator from pie chart to stroke-based ring
- Account for context usage widget width in toolbar layout calculation
- Set explicit ordering for toolbar sections (input, context usage, execute)
* fix: remove unused isAttachmentAlreadyAttached method and dead imports
* fix: derive input min height from editor options instead of hardcoded values
* fix: remove dead ChatInputAttachmentToolbar menu registration
* fix: show attach context in execute toolbar for quick chat, not input toolbar
2026-02-20 10:23:22 -08:00
Lee Murray
48bbea1dab
Merge pull request #296271 from microsoft/mrleemurray/dizzy-coral-nightingale
...
Adjust inactive titlebar opacity for improved visibility
2026-02-19 12:15:14 +00:00
mrleemurray
5a3602ec06
style(titlebar): adjust inactive titlebar opacity for improved visibility
2026-02-19 11:59:15 +00:00
Lee Murray
b428f9121b
Merge pull request #296259 from microsoft/mrleemurray/pleasant-bronze-urial
...
Improve visibility of quick input list and settings count widget
2026-02-19 11:48:42 +00:00
mrleemurray
1b91ab65e6
style: enforce important flag on quick input list separator border for consistency
2026-02-19 11:15:37 +00:00
mrleemurray
edf78b572b
style: update quick input list and settings count widget for improved visibility
2026-02-19 11:12:29 +00:00
mrleemurray
8e87038b65
refactor(theme): update selectors to include 'vs' class for improved styling consistency
2026-02-19 10:47:10 +00:00
Lee Murray
2518e1f36f
Merge pull request #296019 from microsoft/mrleemurray/uniform-orange-planarian
...
Adjust z-index for in-editor pane iframes
2026-02-18 16:57:54 +00:00
mrleemurray
2d131b8663
refine quick input list separator styles and enhance settings editor background colors
2026-02-18 16:41:25 +00:00
Lee Murray
f071a3fe56
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-18 14:58:33 +00:00
mrleemurray
ac2c7aab7f
Adjust z-index for in-editor pane iframes to ensure proper rendering above sidebar and sashes
2026-02-18 14:45:34 +00:00
David Dossett
7d8ebbc9a8
Chat input styling: border radius, icon colors, toolbar tweaks ( #294351 )
...
* Chat input styling: border radius, icon colors, toolbar tweaks
* Swap all send icons to arrowUp, fix toolbar icon colors
* Fix missing semicolon, move inline styles to CSS class
* Update 2026 theme chat input radius to radius-lg
* Update descriptionForeground to #888888 in 2026 dark theme
* Revert background agent Copilot CLI customizations
2026-02-17 18:48:33 +00:00
mrleemurray
7520304216
Add hover background for sticky scroll in dark and light themes
2026-02-17 12:23:49 +00:00
mrleemurray
cebaef18d3
Fix indentation
2026-02-17 12:20:25 +00:00
mrleemurray
2b42a80885
Enhance quick input list styles for better visibility and interaction
2026-02-17 12:13:01 +00:00
mrleemurray
152d29bd0c
Fix sticky widget styles for reduced transparency theme
2026-02-17 11:38:34 +00:00
mrleemurray
4960dbf34e
Add hover background for sticky line content in editor
2026-02-17 11:36:30 +00:00