From 57a9d3ca981a0cdcaafebd441ca6652fd3049502 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 19 Oct 2018 14:37:23 +0200 Subject: [PATCH] remove obsolete resizer --- res/css/structures/_RoomSubList.scss | 5 ----- src/components/structures/RoomSubList.js | 1 - 2 files changed, 6 deletions(-) diff --git a/res/css/structures/_RoomSubList.scss b/res/css/structures/_RoomSubList.scss index e37fc4bf8c..b66c015ade 100644 --- a/res/css/structures/_RoomSubList.scss +++ b/res/css/structures/_RoomSubList.scss @@ -25,11 +25,6 @@ limitations under the License. min-height: unset; } -.mx_RoomSubList_resizer { - width: 100%; - height: 3px; - background-color: $roomsublist-background; -} .mx_RoomSubList_labelContainer { display: flex; diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index 6017ea64ee..c07f8306f1 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -394,7 +394,6 @@ const RoomSubList = React.createClass({
{this.props.alwaysShowHeader ? this._getHeaderJsx() : undefined} { this.state.hidden ? undefined : content } -
); }