From 74377d01ce27e7b834202aa233a90530b6e6f79d Mon Sep 17 00:00:00 2001 From: chylex <info@chylex.com> Date: Fri, 21 Apr 2017 23:54:19 +0200 Subject: [PATCH] Hide broken tooltips in the TweetDeck menu --- Resources/Scripts/code.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js index 4d85b619..e52ae0b5 100644 --- a/Resources/Scripts/code.js +++ b/Resources/Scripts/code.js @@ -548,6 +548,7 @@ styleOfficial.sheet.insertRule(".keyboard-shortcut-list { vertical-align: top; }", 0); // fix keyboard navigation alignment styleOfficial.sheet.insertRule(".sprite-logo { background-position: -5px -46px !important; }", 0); // fix TweetDeck logo on certain zoom levels styleOfficial.sheet.insertRule(".app-columns-container::-webkit-scrollbar-track { border-left: 0 }", 0); // remove weird border in the column container scrollbar + styleOfficial.sheet.insertRule(".app-navigator .tooltip { display: none !important }", 0); // hide broken tooltips in the menu styleOfficial.sheet.insertRule(".js-accounts-column-holder { bottom: 4px; }", 0); // fix white bar on the bottom styleOfficial.sheet.insertRule(".drawer[data-drawer='accountSettings'] { background-color: #ccd6dd; }", 0); // fix white bar on the bottom