Skip to content

Commit

Permalink
Restore tooltips on disabled buttons (refined-github#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Jan 9, 2018
1 parent b460971 commit a5c970c
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 @@ -67,6 +67,8 @@

[aria-label*='reacted with']::before, /* Reaction avatars across the site */
[aria-label*='reacted with']::after,
.tooltipped[disabled]::before, /* Disabled buttons' tooltips might have useful information */
.tooltipped[disabled]::after,
.AvatarStack-body::before, /* Notification participants avatars */
.AvatarStack-body::after,
.js-zeroclipboard::before, /* Copy button feedback */
Expand Down

0 comments on commit a5c970c

Please sign in to comment.