adopt MacOS style chevrons
This commit is contained in:
parent
50aa988a34
commit
67aff6b9f2
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ var RoomSubList = React.createClass({
|
||||||
<h2 onClick={ this.onClick } className="mx_RoomSubList_label">
|
<h2 onClick={ this.onClick } className="mx_RoomSubList_label">
|
||||||
{ this.props.collapsed ? '' : this.props.label }
|
{ this.props.collapsed ? '' : this.props.label }
|
||||||
<img className="mx_RoomSubList_chevron"
|
<img className="mx_RoomSubList_chevron"
|
||||||
src={ this.state.hidden ? "img/list-open.svg" : "img/list-close.svg" }
|
src={ this.state.hidden ? "img/list-close.svg" : "img/list-open.svg" }
|
||||||
width="10" height="10" />
|
width="10" height="10" />
|
||||||
</h2>
|
</h2>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue