]> cat aescling's git repositories - mastodon.git/commitdiff
Add cursor property to toot user avatar. (#2933)
authorHANATANI Takuma <mail@potato4d.me>
Tue, 9 May 2017 01:48:15 +0000 (10:48 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 9 May 2017 01:48:15 +0000 (03:48 +0200)
app/javascript/styles/components.scss

index 4edaf5ae7f0ffe7b3c5b8e54f5ddd94700e5b38b..d347c94c5bb6c13285f091fe862322d4a4874a8e 100644 (file)
@@ -688,6 +688,7 @@ a.status__content__spoiler-link {
 .account__avatar {
   @include avatar-radius();
   position: relative;
+  cursor: pointer;
 
   &-inline {
     display: inline-block;