diff options
author | HANATANI Takuma <mail@potato4d.me> | 2017-05-09 10:48:15 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-09 03:48:15 +0200 |
commit | 7c249dfd886a965d384e39754e7c059a9d8ea216 (patch) | |
tree | fb835d92ce7510d4cf4b6f02b64cd77cd34cf245 | |
parent | 5bea42412e41b1121af04dbe6ef5c9bed22219b8 (diff) |
Add cursor property to toot user avatar. (#2933)
-rw-r--r-- | app/javascript/styles/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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; |