From a474ba4260ea0954720c7bdebdc233434482d218 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Mon, 23 Jan 2017 01:00:16 +0100
Subject: [PATCH] Fix incorrect cursor when hovering over quoted tweet in
 notification

Closes #97
---
 Resources/Scripts/code.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js
index 97a66907..5cb65229 100644
--- a/Resources/Scripts/code.js
+++ b/Resources/Scripts/code.js
@@ -112,6 +112,7 @@
       
       html.css("border", "0");
       html.find("footer").last().remove(); // apparently withTweetActions breaks for certain tweets, nice
+      html.find(".js-quote-detail").removeClass("is-actionable");
       
       var url = html.find("time").first().children("a").first().attr("href") || "";