From a5c970c83765e3ca6cc87ae310f4f3de15ecbfde Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Tue, 9 Jan 2018 23:39:34 +0700 Subject: [PATCH] Restore tooltips on disabled buttons (#970) --- source/content.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/content.css b/source/content.css index 4b240fc50a2a..e68272d98003 100644 --- a/source/content.css +++ b/source/content.css @@ -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 */