-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pencil icon (Edit button) on Actions page is invisible with light theme #10406
Comments
This belongs to the #6900 epic. The pencil icon is likewise invisible when the mouse pointer hovers on an action while using a light theme. |
I guess it is caused by the white foreground color here: terminal/src/cascadia/TerminalSettingsEditor/Actions.xaml Lines 243 to 250 in 227ec37
|
Should be using Theme Resources so the colour changes as the theme does |
I wonder if this is an issue about the buttons which appear on hover, not appearing when the control is focused |
@mdtauk, in that case, the bug would occur with the dark theme as well. It doesn't. |
/cc @carlos-zamora
They certainly should appear when the control is focused 😄 |
🎉This issue was addressed in #10412, which has now been successfully released as Handy links: |
🎉This issue was addressed in #10412, which has now been successfully released as Handy links: |
Windows Terminal version (or Windows build number)
Windows Terminal Preview 1.9.1445.0 on Windows 10.0.19043.1052
Other Software
N/A
Steps to reproduce
Expected Behavior
Should have a pencil icon at the right side of the description of the key binding.
The pencil icon would show up all right with a dark theme:
Actual Behavior
No pencil icon is visible, but if you press Tab once more, the focus rectangle moves to the invisible pencil icon anyway.
The text was updated successfully, but these errors were encountered: