From e2b695827e0d685e36680a1f150e94e88d904b48 Mon Sep 17 00:00:00 2001 From: wmwragg Date: Fri, 16 Sep 2016 11:02:09 +0100 Subject: [PATCH] Refactor to reuse RoomSubList chevron styling --- src/components/structures/RoomSubList.js | 2 +- src/skins/vector/css/vector-web/structures/RoomSubList.css | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index f17f86263f..546ed8075e 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -427,7 +427,7 @@ var RoomSubList = React.createClass({
more
-
+
); }, diff --git a/src/skins/vector/css/vector-web/structures/RoomSubList.css b/src/skins/vector/css/vector-web/structures/RoomSubList.css index f22d950197..1711956da1 100644 --- a/src/skins/vector/css/vector-web/structures/RoomSubList.css +++ b/src/skins/vector/css/vector-web/structures/RoomSubList.css @@ -199,12 +199,7 @@ limitations under the License. vertical-align: middle; } -.mx_RoomSubList_moreChevronDown { - width: 0; - height: 0; - border-left: 5px solid transparent; - border-right: 5px solid transparent; - border-top: 6px solid #76cfa6; +.mx_RoomSubList_ellipsis .mx_RoomSubList_chevronDown { position: absolute; top: 4px; right: 16px;