From b689b087113b0826dc072ecd9e8bb15a9bd669f4 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Sat, 5 Aug 2017 12:56:18 +0200 Subject: [PATCH] Make follow notification button less visible when not hovered --- Resources/Scripts/code.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js index bce8335e..3d2f2e99 100644 --- a/Resources/Scripts/code.js +++ b/Resources/Scripts/code.js @@ -733,6 +733,9 @@ addRule(".activity-header { align-items: center !important; margin-bottom: 4px; }"); // tweak alignment of avatar and text in notifications addRule(".activity-header .tweet-timestamp { line-height: unset; }"); // fix timestamp position in notifications + addRule("html[data-td-theme='light'] .stream-item:not(:hover) .js-user-actions-menu { color: #000; border-color: #000; opacity: 0.25; }"); // make follow notification button nicer + addRule("html[data-td-theme='dark'] .stream-item:not(:hover) .js-user-actions-menu { color: #fff; border-color: #fff; opacity: 0.25; }"); // make follow notification button nicer + addRule(".app-columns-container::-webkit-scrollbar-track { border-left: 0; }"); // remove weird border in the column container scrollbar addRule(".app-columns-container { bottom: 0 !important; }"); // move column container scrollbar to bottom to fit updated style