Skip to content

Commit

Permalink
[MI-3834] Update style and props of unlink button
Browse files Browse the repository at this point in the history
  • Loading branch information
ayusht2810 committed Dec 14, 2023
1 parent 8561323 commit d208f7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const LinkedChannelCard = ({msTeamsChannelName, msTeamsTeamName, mattermo
</div>
<Button
variant='text'
aria-label='unlink channel'
className='msteams-linked-channel__unlink-icon'
>
<UILibIcon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@
}

&:hover {
cursor: pointer;
background-color: var(--center-channel-color-08);

.msteams-linked-channel__unlink-icon {
display: flex;
cursor: pointer;

.mm-icon {
margin: 0 !important;
}
}
}

Expand Down

0 comments on commit d208f7f

Please sign in to comment.