Skip to content

Commit

Permalink
Allow tooltips for team mentions (refined-github#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spea authored and hkdobrev committed Jan 17, 2018
1 parent 2335a3f commit 6eca55f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
[aria-label*='reacted with']::after,
.tooltipped[disabled]::before, /* Disabled buttons' tooltips might have useful information */
.tooltipped[disabled]::after,
.tooltipped.team-mention::before, /* Team mentions show all team members in the tooltip */
.tooltipped.team-mention::after,
.AvatarStack-body::before, /* Notification participants avatars */
.AvatarStack-body::after,
.js-zeroclipboard::before, /* Copy button feedback */
Expand Down

0 comments on commit 6eca55f

Please sign in to comment.