From caae8a4fb05aecf898a013754b75d82ed4dd62d4 Mon Sep 17 00:00:00 2001 From: Helgi Hrafn Gunnarsson Date: Tue, 3 Jul 2018 20:13:21 +0000 Subject: [PATCH] Minor CSS: Removal of a couple of pointless lines. --- core/static/css/_sidebar.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/static/css/_sidebar.scss b/core/static/css/_sidebar.scss index 410c7730..f8427b2c 100644 --- a/core/static/css/_sidebar.scss +++ b/core/static/css/_sidebar.scss @@ -52,14 +52,10 @@ } .sidebar-nav li a:hover, .sidebar-nav li.active a { - text-decoration: none; - color: #000; background: #ddd; } .sidebar-nav li a:active, .sidebar-nav li a:focus { - text-decoration: none; - color: #000; background: #ddd; }