From ad310db86c3f6e358c7e2daf4ca4d177f6820e6d Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Fri, 2 Feb 2018 21:57:28 +0100
Subject: [PATCH] Fix more visual issues (profile modal w/ black theme,
 timeline input shadow)

---
 Resources/Plugins/edit-design/theme.black.css | 3 +--
 Resources/Scripts/styles/browser.css          | 5 +++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Resources/Plugins/edit-design/theme.black.css b/Resources/Plugins/edit-design/theme.black.css
index 961a5aff..2f15b722 100644
--- a/Resources/Plugins/edit-design/theme.black.css
+++ b/Resources/Plugins/edit-design/theme.black.css
@@ -428,9 +428,8 @@ html.dark .s-minimal .mdl-header{border-bottom:1px solid #e1e8ed}
 html.dark .lst-launcher .top-row{border-bottom:1px solid #e1e8ed}
 html.dark .lst-launcher .is-disabled a,html.dark .lst-launcher .is-disabled a:hover,html.dark .lst-launcher .is-disabled a:focus,html.dark .lst-launcher .is-disabled a:active{background:#fff}
 html.dark .lst-launcher a:hover,html.dark .lst-launcher a:focus,html.dark .lst-launcher a:active{background:#f2f9ff;border:1px solid #bbddf5}
-html.dark .lst-profile a,html.dark .lst-profile a:hover,html.dark .lst-profile a:focus,html.dark .lst-profile a:active{border:1px solid #ccd6dd;color:#657786}
+html.dark .lst-profile a,html.dark .lst-profile a:hover,html.dark .lst-profile a:focus,html.dark .lst-profile a:active{color:#657786}
 html.dark .mdl-col-settings{background-color:#fff;border-left:1px solid #E1E8ED}
-html.dark .lst-profile.l-grouped{border-top:1px solid #ccd6dd}
 html.dark .mdl-links{color:#8899a6}
 html.dark .mdl-links a{color:#8899a6}
 html.dark .mdl-account-shared-warning .mdl-content{background:#fff}
diff --git a/Resources/Scripts/styles/browser.css b/Resources/Scripts/styles/browser.css
index 8cfda71d..6d9ebe7e 100644
--- a/Resources/Scripts/styles/browser.css
+++ b/Resources/Scripts/styles/browser.css
@@ -215,6 +215,11 @@ html[data-td-font='smallest'] .tweet-detail-wrapper .badge-verified:before {
   box-shadow: none !important;
 }
 
+.js-add-to-customtimeline-input {
+  /* the custom timeline input shadow is behaving super weird when focused */
+  box-shadow: none !important;
+}
+
 /***************************************************************/
 /* Fix glaring visual issues that twitter hasn't fixed yet smh */
 /***************************************************************/