Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove obsolete mx_InviteDialog_transferButton class (#10687)
Browse files Browse the repository at this point in the history
The class has been introduced by 2cc6bce ("Much theming & visual of transfer window dial pad"), and removed by c829cb9 ("Use flexbox to layout buttons") from _InviteDialog.scss on the same PR. The class has not used anywhere else since then.

Signed-off-by: Suguru Hirahara <[email protected]>
  • Loading branch information
luixxiul authored Apr 21, 2023
1 parent fdfe800 commit 64997e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/views/dialogs/InviteDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,6 @@ export default class InviteDialog extends React.PureComponent<Props, IInviteDial
<AccessibleButton
kind="primary"
onClick={this.transferCall}
className="mx_InviteDialog_transferButton"
disabled={!hasSelection && this.state.dialPadValue === ""}
>
{_t("Transfer")}
Expand Down

0 comments on commit 64997e6

Please sign in to comment.