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

Gray out disabled icons as well as text #337

Closed
r02b opened this issue Jan 5, 2016 · 1 comment
Closed

Gray out disabled icons as well as text #337

r02b opened this issue Jan 5, 2016 · 1 comment

Comments

@r02b
Copy link

r02b commented Jan 5, 2016

Currently, disabled options are grayed out. The icons, however, stays the same "active" color.

I've adding the following to my .css file to fix it, maybe it should be added to the master:

.context-menu-item.context-menu-disabled:before {
color: #626262;
}

@bbrala bbrala closed this as completed in 2e77025 Jan 5, 2016
@bbrala
Copy link
Member

bbrala commented Jan 5, 2016

Thanks for letting me know. I've updated the CSS.

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

2 participants