Remove obsolete mx_InviteDialog_transferButton class (#10687)

The class has been introduced by 2cc6bcec29be908ac45bf181272e2542aadd73f9 ("Much theming & visual of transfer window dial pad"), and removed by c829cb948031f83d1422867ff54af9ebc2047ba9 ("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 <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara 2023-04-21 13:24:40 +00:00 committed by GitHub
parent fdfe800b2c
commit 64997e6f69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")}