Hi There,
We have a request to remove the ‘Remove from my Team’ button on the My Team page -
The CSS code work is Sandbox - but not production.
I have used the code in the Sample 7.0 interface box - remove all other codes - moved it to the top, and nothing.
Here is the code:
/** This option hides the "remove from team" option from Direct Manager view **/
.team-member-card__actions div.ui-button-dropdown-menu.ui-shadow-md ui-button-dropdown-option:nth-child(4){
display: none;
}
/* This option hides the "remove from team" option in My Team on team member sub-pages */
doc-layout:has(a[target="_blank" target="_blank" target="_blank" target="_blank" target="_blank" href="/manage/my-team;isTeamMemberPage=true"]) mng-team-member-card ui-button-dropdown-option:nth-child(2)
{
display: none;
}