Skip to content
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

Command palette selection highlight nearly invisible #5979

Open
choongng opened this issue Feb 9, 2021 · 0 comments
Open

Command palette selection highlight nearly invisible #5979

choongng opened this issue Feb 9, 2021 · 0 comments

Comments

@choongng
Copy link

choongng commented Feb 9, 2021

The command palette selection highlight is nearly invisible which makes it hard to see which item is active. In the screenshot below the "change cell to heading 2" item should have a high-contrast background but doesn't (its background is #f5f5f5 which is very close to the white background). I thought this was a regression but rolling the notebook package back did not help.

Screen Shot 2021-02-08 at 23 17 55

In case someone else runs into this a workaround is to put a following rule into the local custom.css:

.active>a {
    background-color: orange !important;
}

Tested in Safari and Firefox on macOS 10.14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant