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>
pull/28217/head
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
1 changed files with 0 additions and 1 deletions

View File

@ -1433,7 +1433,6 @@ export default class InviteDialog extends React.PureComponent<Props, IInviteDial
<AccessibleButton <AccessibleButton
kind="primary" kind="primary"
onClick={this.transferCall} onClick={this.transferCall}
className="mx_InviteDialog_transferButton"
disabled={!hasSelection && this.state.dialPadValue === ""} disabled={!hasSelection && this.state.dialPadValue === ""}
> >
{_t("Transfer")} {_t("Transfer")}