src/smart-components/role/roles.scss
.rbac-c-roles {
.pf-v5-c-dropdown button { // make button emulate link styling in kebab
--pf-v5-c-button--disabled--BackgroundColor: transparent;
--pf-v5-c-button--m-primary--BackgroundColor: transparent;
--pf-v5-c-button--after--BorderColor: transparent;
--pf-v5-c-button--hover--after--BorderWidth: 0;
}
.pf-v5-c-table tbody tr.rbac-c-role-default .pf-v5-c-table__check label input:hover {
cursor: not-allowed;
}
}