From 1a1cfa2220a55ce6c846de89d199eb877b3b3ec8 Mon Sep 17 00:00:00 2001
From: chylex <info@chylex.com>
Date: Wed, 10 Aug 2016 01:27:38 +0200
Subject: [PATCH] Force visibility for fav/rt tweet actions in design-revert in
 detail view

---
 Resources/Plugins/design-revert/browser.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Resources/Plugins/design-revert/browser.js b/Resources/Plugins/design-revert/browser.js
index 7026a247..2782ecb5 100644
--- a/Resources/Plugins/design-revert/browser.js
+++ b/Resources/Plugins/design-revert/browser.js
@@ -7,8 +7,8 @@ enabled(){
   var sheet = style.sheet;
   sheet.insertRule(".tweet-actions { float: right !important; width: auto !important; }",0);
   sheet.insertRule(".tweet-action { opacity: 0; }",0);
-  sheet.insertRule(".is-favorite .tweet-action, .is-retweet .tweet-action { opacity: 0.5; }",0);
-  sheet.insertRule(".tweet:hover .tweet-action, .is-favorite .tweet-action[rel='favorite'], .is-retweet .tweet-action[rel='retweet'] { opacity: 1; }",0);
+  sheet.insertRule(".is-favorite .tweet-action, .is-retweet .tweet-action { opacity: 0.5; visibility: visible !important; }",0);
+  sheet.insertRule(".tweet:hover .tweet-action, .is-favorite .tweet-action[rel='favorite'], .is-retweet .tweet-action[rel='retweet'] { opacity: 1; visibility: visible !important; }",0);
   sheet.insertRule(".tweet-actions > li:nth-child(4) { margin-right: 2px !important; }",0);
 
   // revert small links around the tweet