Skip to content

Apply correct focus for buttons #11191

@msujew

Description

@msujew

Feature Description:

In vscode, focused buttons use an outline to indicate that they're in focus:

image

In Theia, we use a special background color, which is often overriden. This makes it difficult to detect whether buttons have focus:

button.theia-button:hover, .theia-button:hover, .theia-button:focus {
background-color: var(--theia-button-hoverBackground);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    ui/uxissues related to user interface / user experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions