From 66ef5213b88be196e62db03777495bd9c600915b Mon Sep 17 00:00:00 2001 From: wmwragg Date: Wed, 14 Sep 2016 14:32:30 +0100 Subject: [PATCH] Increased hitbox area to the whole invite section, not just the icon --- src/components/structures/RightPanel.js | 4 ++-- src/skins/vector/css/vector-web/structures/RightPanel.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js index 56de89dfe4..cc5c8da62d 100644 --- a/src/components/structures/RightPanel.js +++ b/src/components/structures/RightPanel.js @@ -244,8 +244,8 @@ module.exports = React.createClass({ { panel }
-
-
+
+
Invite to this room
diff --git a/src/skins/vector/css/vector-web/structures/RightPanel.css b/src/skins/vector/css/vector-web/structures/RightPanel.css index 0770f7df67..537fef4089 100644 --- a/src/skins/vector/css/vector-web/structures/RightPanel.css +++ b/src/skins/vector/css/vector-web/structures/RightPanel.css @@ -110,6 +110,7 @@ limitations under the License. color: #4A4A4A; padding-top: 13px; padding-left: 5px; + cursor: pointer; } .collapsed .mx_RightPanel_footer .mx_RightPanel_invite { @@ -118,7 +119,6 @@ limitations under the License. .mx_RightPanel_invite .mx_RightPanel_icon { display: inline-block; - cursor: pointer; } .mx_RightPanel_invite .mx_RightPanel_icon object {