From 84ebabd74938b42c26fe15865183f6b4157ce82a Mon Sep 17 00:00:00 2001 From: Kata Date: Thu, 29 Nov 2018 10:30:26 -0600 Subject: [PATCH] add hoverables to roles --- UI/src/components/role/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/src/components/role/index.js b/UI/src/components/role/index.js index f27feaa..f94e0ce 100644 --- a/UI/src/components/role/index.js +++ b/UI/src/components/role/index.js @@ -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(),