Add Close tooltip to dialog (#28617)
* Add `Close` tooltip to dialog * Update snapshots
This commit is contained in:
@@ -119,6 +119,7 @@ export default class BaseDialog extends React.Component<IProps> {
|
||||
<AccessibleButton
|
||||
onClick={this.onCancelClick}
|
||||
className="mx_Dialog_cancelButton"
|
||||
title={_t("action|close")}
|
||||
aria-label={_t("dialog_close_label")}
|
||||
placement="bottom"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user