Closed
Description
When using the custom titlebar option in VS Code, hovering over the window buttons does not produce an smooth transition. Certain other apps, such as Edge, Chrome, File Explorer, and Windows Terminal have have this smooth transition. I would like to add a transition to the window buttons in the custom titlebar option for VS Code. That would involve adding this CSS code to src/vs/workbench/browser/parts/titlebar/media/titlebarpart.css
:
.monaco-workbench .part.titlebar > .window-controls-container > .window-icon:hover {
transition: background 0.25s;
}
Before:
before.mp4
After: