mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
add hoverables to roles
This commit is contained in:
parent
57d8544728
commit
84ebabd749
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class Role extends Component {
|
|||
}
|
||||
{...((disabled) ? { 'uk-tooltip': '', title: "I don't have permissions to grant this." } : {})}
|
||||
className={`role font-sans-serif ${(disabled) ? 'disabled' : ''} ${(isDragging) ? 'is-dragging' : ''} role__${type}`}
|
||||
title={role.get('name')}
|
||||
style={{
|
||||
'--role-color-hex': c.string(),
|
||||
'--role-color-hover': hc.string(),
|
||||
|
|
Loading…
Add table
Reference in a new issue