From f1a20ccdf936771e1ea0bb11ca0dd14e5dab7982 Mon Sep 17 00:00:00 2001 From: hotdogman Date: Mon, 15 Dec 2014 04:55:20 -0600 Subject: [PATCH] Remove dropshadow beneath board title on Photon --- src/General/css/photon.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/General/css/photon.css b/src/General/css/photon.css index 3baf73a8b..59be150ee 100755 --- a/src/General/css/photon.css +++ b/src/General/css/photon.css @@ -18,9 +18,6 @@ :root.photon #header-bar a, :root.photon #notifications a { color: #FF6600; } -:root.photon.fixed #custom-board-list a.current { - border-bottom: 1px solid rgba(0,74,153,0.2); -} :root.photon.fixed #custom-board-list .current:hover { border-bottom-color: rgba(255,51,0,0.2); }