Skip to content

Commit

Permalink
removed unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardZaydler committed Jan 15, 2025
1 parent 0479f9c commit c9b0a4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
white-space: nowrap;
}

.transfer-btn:hover {
background-color: #1f87ef;
color: #fff;
}

.team-checkbox {
display: flex;
align-items: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const ManageSubscriptionsSelect: React.FC<IManageSubscriptionsSelectProps
{isTransferAvailable && (
<MenuItem
icon={isTeamSelectionOpen ? <ArrowChevronUp /> : <ArrowChevronDown />}
className={cn("transfer-btn")}
onClick={(e) => {
setTeamSelectionOpen((prev) => !prev);
e.preventDefault();
Expand Down

0 comments on commit c9b0a4c

Please sign in to comment.