You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Refactor to reuse RoomSubList chevron styling
This commit is contained in:
@@ -427,7 +427,7 @@ var RoomSubList = React.createClass({
|
|||||||
<div className="mx_RoomSubList_line"></div>
|
<div className="mx_RoomSubList_line"></div>
|
||||||
<div className="mx_RoomSubList_more">more</div>
|
<div className="mx_RoomSubList_more">more</div>
|
||||||
<div className="mx_RoomSubList_moreBadge"></div>
|
<div className="mx_RoomSubList_moreBadge"></div>
|
||||||
<div className="mx_RoomSubList_moreChevronDown"></div>
|
<div className="mx_RoomSubList_chevronDown"></div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -199,12 +199,7 @@ limitations under the License.
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomSubList_moreChevronDown {
|
.mx_RoomSubList_ellipsis .mx_RoomSubList_chevronDown {
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
border-left: 5px solid transparent;
|
|
||||||
border-right: 5px solid transparent;
|
|
||||||
border-top: 6px solid #76cfa6;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user