Update some class names of AppTile on the naming policy (#10777)
This commit is contained in:
parent
dc8ea8dc27
commit
5cdbdd9f97
2 changed files with 8 additions and 8 deletions
|
@ -722,12 +722,12 @@ export default class AppTile extends React.Component<IProps, IState> {
|
|||
{this.props.showMenubar && (
|
||||
<div className="mx_AppTileMenuBar">
|
||||
<span
|
||||
className="mx_AppTileMenuBarTitle"
|
||||
className="mx_AppTileMenuBar_title"
|
||||
style={{ pointerEvents: this.props.handleMinimisePointerEvents ? "all" : "none" }}
|
||||
>
|
||||
{this.props.showTitle && this.getTileTitle()}
|
||||
</span>
|
||||
<span className="mx_AppTileMenuBarWidgets">
|
||||
<span className="mx_AppTileMenuBar_widgets">
|
||||
{layoutButtons}
|
||||
{this.props.showPopout && !this.state.requiresClient && (
|
||||
<AccessibleButton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue