From 4658e30e8963ee83fce8c11b1108c23d66851b25 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Mon, 19 Jun 2017 23:05:14 +0200
Subject: [PATCH] Fix Twitter messing with retweet icon in edit-design plugin

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

diff --git a/Resources/Plugins/edit-design/browser.js b/Resources/Plugins/edit-design/browser.js
index 26580980..d7af6f04 100644
--- a/Resources/Plugins/edit-design/browser.js
+++ b/Resources/Plugins/edit-design/browser.js
@@ -423,7 +423,7 @@ enabled(){
 .icon-hashtag:before{content:"\\f005";font-family:tweetdeckold}
 .icon-reply:before{content:"\\f006";font-family:tweetdeckold}
 .icon-favorite:before{content:"\\f055";font-family:tweetdeckold}
-.icon-retweet:before{content:"\\f008";font-family:tweetdeckold}
+.icon-retweet:before,.icon-retweet-filled:before{content:"\\f008";font-family:tweetdeckold}
 .icon-drafts:before{content:"\\f009";font-family:tweetdeckold}
 .icon-search:before{content:"\\f00a";font-family:tweetdeckold}
 .icon-trash:before{content:"\\f00c";font-family:tweetdeckold}
@@ -544,7 +544,7 @@ ${this.config.revertIcons ? `
 @font-face { font-family: 'tweetdeckold'; src: url(\"https://ton.twimg.com/tweetdeck-web/web/assets/fonts/tweetdeck-regular-webfont.5f4ea87976.woff\") format(\"woff\"); font-weight: normal; font-style: normal }
 .icon-reply:before{content:"\\f006";font-family:tweetdeckold}
 .icon-favorite:before{content:"\\f055";font-family:tweetdeckold}
-.icon-retweet:before{content:"\\f008";font-family:tweetdeckold}
+.icon-retweet-filled:before{content:"\\f008";font-family:tweetdeckold}
 .icon-follow:before{content:"\\f035";font-family:tweetdeckold}
 .icon-user-dd:before{content:"\\f01a";font-family:tweetdeckold}
 ` : ``}