Skip to content

Commit

Permalink
Merge pull request RocketChat#362 from shubhsherl/show_status
Browse files Browse the repository at this point in the history
🐛 Show user status in mobile
  • Loading branch information
ear-dev authored Aug 4, 2020
2 parents 5c6d2d6 + 56cbccf commit d9b7126
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/theme/client/imports/components/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,16 @@
}
}
}

/* WIDECHAT */
.message-custom-status[aria-label] {
&:hover::before,
&:hover::after,
&:focus::before,
&:focus::after {
transform: translate(var(--translation-x), 0);
pointer-events: auto;

opacity: 1;
}
}

0 comments on commit d9b7126

Please sign in to comment.