Set cursor:pointer only when necessary (#3857)

This commit is contained in:
unarist
2017-06-20 01:27:07 +09:00
committed by Eugen Rochko
parent 5cc7cd8518
commit aa58cca040
2 changed files with 4 additions and 8 deletions

View File

@ -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;