From 4ce0122a29f879c9cb4ef48f82543e90c2d9e426 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Fri, 2 Feb 2018 19:15:44 +0100
Subject: [PATCH] Fix hover/click effects on buttons under reply input box

---
 Resources/Scripts/styles/browser.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Resources/Scripts/styles/browser.css b/Resources/Scripts/styles/browser.css
index 584ac87c..8cfda71d 100644
--- a/Resources/Scripts/styles/browser.css
+++ b/Resources/Scripts/styles/browser.css
@@ -209,6 +209,12 @@ html[data-td-font='smallest'] .tweet-detail-wrapper .badge-verified:before {
   cursor: pointer;
 }
 
+.inline-reply .btn-square {
+  /* remove effects from buttons under reply input... this keeps happening for some stupid reason */
+  background: transparent !important;
+  box-shadow: none !important;
+}
+
 /***************************************************************/
 /* Fix glaring visual issues that twitter hasn't fixed yet smh */
 /***************************************************************/