mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
e2b7ff3675
@ -45,13 +45,9 @@ class HeaderButton extends React.Component {
|
|||||||
const TintableSvg = sdk.getComponent("elements.TintableSvg");
|
const TintableSvg = sdk.getComponent("elements.TintableSvg");
|
||||||
const AccessibleButton = sdk.getComponent("elements.AccessibleButton");
|
const AccessibleButton = sdk.getComponent("elements.AccessibleButton");
|
||||||
|
|
||||||
return <AccessibleButton
|
return <AccessibleButton className="mx_RightPanel_headerButton" onClick={this.onClick} >
|
||||||
className="mx_RightPanel_headerButton"
|
|
||||||
key={this.props.key}
|
|
||||||
onClick={ this.onClick }
|
|
||||||
>
|
|
||||||
<div className="mx_RightPanel_headerButton_badge">
|
<div className="mx_RightPanel_headerButton_badge">
|
||||||
{ this.props.badge ? this.props.badge : <span> </span>}
|
{ this.props.badge ? this.props.badge : <span> </span> }
|
||||||
</div>
|
</div>
|
||||||
<TintableSvg src={this.props.iconSrc} width="25" height="25"/>
|
<TintableSvg src={this.props.iconSrc} width="25" height="25"/>
|
||||||
{ this.props.isHighlighted ? <div className="mx_RightPanel_headerButton_highlight"></div> : <div/> }
|
{ this.props.isHighlighted ? <div className="mx_RightPanel_headerButton_highlight"></div> : <div/> }
|
||||||
|
Loading…
Reference in New Issue
Block a user