From 596fedd54d77e9d89ead50faa1ad9c81ba945f1c Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 24 Apr 2013 22:06:49 -0400 Subject: fixes #93, remove hover effects on disabled nav --- superhero/bootswatch.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'superhero/bootswatch.less') diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less index 60610fdb..cebf0a04 100755 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -272,6 +272,10 @@ div.subnav { background-color: lighten(@blue, 10%); border-color: transparent; } + + li.disabled > a:hover { + background-color: @blue; + } } .nav-pills { -- cgit v1.2.3