diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js
index cfdba67e..44d56894 100644
--- a/src/components/structures/RoomSubList.js
+++ b/src/components/structures/RoomSubList.js
@@ -255,7 +255,7 @@ var RoomSubList = React.createClass({
collapsed={ self.props.collapsed || false}
selected={ selected }
unread={ self.props.activityMap[room.roomId] === 1 }
- highlight={ self.props.activityMap[room.roomId] === 2 }
+ highlight={ room.getUnreadNotificationCount('highlight') > 0 || self.props.label === 'Invites' }
isInvite={ self.props.label === 'Invites' }
incomingCall={ self.props.incomingCall && (self.props.incomingCall.roomId === room.roomId) ? self.props.incomingCall : null } />
);
diff --git a/vector/index.html b/vector/index.html
index 8fb47995..d0043001 100644
--- a/vector/index.html
+++ b/vector/index.html
@@ -13,10 +13,6 @@
-
-
-
-