summaryrefslogtreecommitdiff
path: root/superhero/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-04-24 22:06:49 -0400
committerThomas Park <thomas@thomaspark.me>2013-04-24 22:06:49 -0400
commit596fedd54d77e9d89ead50faa1ad9c81ba945f1c (patch)
tree8bb53eb2103f1f46dbfcd3dd4a3b4ee9c405b424 /superhero/bootswatch.less
parent2a062f7a34e6c499006bb8e5271f16f8241fa36f (diff)
fixes #93, remove hover effects on disabled nav
Diffstat (limited to 'superhero/bootswatch.less')
-rwxr-xr-xsuperhero/bootswatch.less4
1 files changed, 4 insertions, 0 deletions
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 {