When hovering over li,anchor changes background...

.. even though you havent’t yet hovered over the link.

This change corrects that behavior.  Suggested by mina86:

<mina86> so when you hover over the LI the link changes background even though
         you havent’t yet hovered over the link
<mina86> #container #sidebar li:hover a { background: #577632; color: #fff; }
<mina86> s/li:hover a/li a:hover/ would be IMO better
This commit is contained in:
Bradley M. Kuhn 2015-03-10 18:54:03 -07:00
parent 49c51d0201
commit 5f6ccfa1f4

View file

@ -157,7 +157,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
border: 1px solid #CCC;
background: #fff url(/img/nav-bg.png) bottom repeat-x;
}
#container #sidebar li:hover a { background: #577632; color: #fff; }
#container #sidebar li a:hover { background: #577632; color: #fff; }
#container #sidebar.Directors ul li.Directors,
#container #sidebar.Eval ul li.Eval,