From 23ca4fe69cb4baf0c38666b917eb8307949d8b5b Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Tue, 30 May 2017 23:19:48 +0800 Subject: [PATCH] make username clickable on mobile view (#6519) --- webapp/components/user_profile.jsx | 1 - webapp/sass/responsive/_mobile.scss | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/webapp/components/user_profile.jsx b/webapp/components/user_profile.jsx index 2326622ec2..5fb01b7259 100644 --- a/webapp/components/user_profile.jsx +++ b/webapp/components/user_profile.jsx @@ -87,7 +87,6 @@ export default class UserProfile extends React.Component { >
{name}
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss index 9c442543e7..2372ec9666 100644 --- a/webapp/sass/responsive/_mobile.scss +++ b/webapp/sass/responsive/_mobile.scss @@ -217,7 +217,8 @@ } .user-popover { - pointer-events: none; + cursor: pointer; + display: inline-block; } .signup-team__container { @@ -326,8 +327,6 @@ } .col__name { - pointer-events: none; - .user-popover { max-width: 130px; }