From: HANATANI Takuma Date: Tue, 9 May 2017 01:48:15 +0000 (+0900) Subject: Add cursor property to toot user avatar. (#2933) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=7c249dfd886a965d384e39754e7c059a9d8ea216;p=mastodon.git Add cursor property to toot user avatar. (#2933) --- diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 4edaf5ae7..d347c94c5 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -688,6 +688,7 @@ a.status__content__spoiler-link { .account__avatar { @include avatar-radius(); position: relative; + cursor: pointer; &-inline { display: inline-block;