summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorBrendan Bowidas <brendanbowidas@gmail.com>2016-10-06 16:43:53 -0400
committerenahum <nahumhbl@gmail.com>2016-10-06 17:43:53 -0300
commitc9793a566a4f425997448a742b16ed8754c17bae (patch)
tree40e294ddbbbcec573b6acd1b776f113d57be5709 /webapp/sass
parent6e5d65d3364336846a3a7777493d8da0744044d7 (diff)
downloadchat-c9793a566a4f425997448a742b16ed8754c17bae.tar.gz
chat-c9793a566a4f425997448a742b16ed8754c17bae.tar.bz2
chat-c9793a566a4f425997448a742b16ed8754c17bae.zip
PLT-3252 Bring up profile popover after clicking on a profile picture… (#4144)
* PLT-3252 Bring up profile popover after clicking on a profile picture in a channel * PLT-3252 Bring up profile popover after clicking on a profile picture in a channel remove important * fixed 'Cannot read property first_name of undefined' bug * fix status indicator position * refactoring per request
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/layout/_post.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 680c05f84..95c6e4443 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -646,6 +646,10 @@ body.ios {
}
}
+ .post__img:hover {
+ cursor: pointer;
+ }
+
.post--fail {
position: relative;
}