1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-29 21:23:11 +03:00

Refactor to reuse RoomSubList chevron styling

This commit is contained in:
wmwragg
2016-09-16 11:02:09 +01:00
parent 4b50a8a56e
commit e2b695827e
2 changed files with 2 additions and 7 deletions

View File

@@ -427,7 +427,7 @@ var RoomSubList = React.createClass({
<div className="mx_RoomSubList_line"></div>
<div className="mx_RoomSubList_more">more</div>
<div className="mx_RoomSubList_moreBadge"></div>
<div className="mx_RoomSubList_moreChevronDown"></div>
<div className="mx_RoomSubList_chevronDown"></div>
</div>
);
},