diff options
author | unarist <m.unarist@gmail.com> | 2017-06-20 01:27:07 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-19 18:27:07 +0200 |
commit | aa58cca040f332eefc6ef0e98752dd0f1a770c6e (patch) | |
tree | 90737651d2e02e29caa75bb2185dd3fa253ec56f /app/javascript/styles | |
parent | 5cc7cd8518eea864ce29228a8c04a65f9cdbb87a (diff) |
Set cursor:pointer only when necessary (#3857)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/components.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 4b5802cee..1cd0eba74 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -436,14 +436,10 @@ margin-right: 5px; } -.status__content { +.status__content--with-action { cursor: pointer; } -.status__content--no-action { - cursor: default; -} - .status__content, .reply-indicator__content { font-size: 15px; |