From 5781161d16d375f4a3706056bec10f2624263f3d Mon Sep 17 00:00:00 2001 From: hotdogman Date: Mon, 15 Dec 2014 04:56:26 -0600 Subject: [PATCH] Remove dropshadow beneath board title on Tomorrow --- src/General/css/tomorrow.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index dfc9145a6..2836f558b 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -18,9 +18,6 @@ :root.tomorrow #header-bar a, :root.tomorrow #notifications a { color: #81A2BE; } -:root.tomorrow.fixed #custom-board-list a.current { - border-bottom: 1px solid rgba(83,124,160,0.4); -} :root.tomorrow.fixed #custom-board-list .current:hover { border-bottom-color: rgba(95,137,172,0.4); }