-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
ui/uxissues related to user interface / user experienceissues related to user interface / user experience
Description
Feature Description:
In vscode, focused buttons use an outline to indicate that they're in focus:
In Theia, we use a special background color, which is often overriden. This makes it difficult to detect whether buttons have focus:
theia/packages/core/src/browser/style/index.css
Lines 208 to 210 in 51cbe06
button.theia-button:hover, .theia-button:hover, .theia-button:focus { | |
background-color: var(--theia-button-hoverBackground); | |
} |
Metadata
Metadata
Assignees
Labels
ui/uxissues related to user interface / user experienceissues related to user interface / user experience