From 608035bbe7dcbc31a51b266b515d3ddfec37dbe7 Mon Sep 17 00:00:00 2001 From: pebosi Date: Wed, 15 Jan 2014 00:01:19 +0100 Subject: [PATCH] background hover color is handled by bootstrap --- static/css/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 9026da1f..a66587b6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -191,14 +191,8 @@ border-radius: 6px 6px 0 0; border-radius: 0 0 6px 6px; } .sidenav .glyphicon-chevron-left { -float: left; -margin-top: 2px; -margin-left: -6px; opacity: .25; } -.sidenav > li > a:hover { -background-color: #f5f5f5; -} .sidenav a:hover .glyphicon-chevron-left { opacity: .5; } -- 2.47.3