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

Hover issue in unselectable radio #951

Closed
avalade-martin opened this issue Jun 6, 2019 · 1 comment
Closed

Hover issue in unselectable radio #951

avalade-martin opened this issue Jun 6, 2019 · 1 comment

Comments

@avalade-martin
Copy link

Steps to reproduce:

  • Tree options: checkbox: "radio"
  • Set a node to unselectable: true
  • Hover the node

Fancytree version: 2.31.0
Skin: win8 (the other skins should also be affected)

Expected result: a disabled radio control
Actual result: a disabled checkbox control

Patch (add to skin CSS file):
.fancytree-unselectable span.fancytree-radio:hover {
background-position: -16px -48px;
}

@mar10 mar10 closed this as completed in 33d1ff2 Jun 6, 2019
@mar10
Copy link
Owner

mar10 commented Jun 6, 2019

Thanks!

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

No branches or pull requests

2 participants