Skip to content

Add transition to window buttons #116076

Closed
@chaitunya

Description

@chaitunya

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:

after.mp4

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions