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
parent
fdfe800b2c
commit
64997e6f69
|
@ -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")}
|
||||
|
|
Loading…
Reference in New Issue