Skip to content

Commit

Permalink
De-funkifying .current hover states
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Jan 28, 2011
1 parent 22329d3 commit b630db2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions headerfooter.css
Expand Up @@ -175,8 +175,8 @@
-webkit-transition: none;
}

.moz-header-slim #nav-main ul li.current a,
.moz-header-slim #nav-main ul li.current a,
.moz-header-slim #nav-main ul li.current > a,
.moz-header-slim #nav-main ul li.current > a,
#nav-main ul li a:hover,
#nav-main ul li a:active {
color: #fff;
Expand Down Expand Up @@ -335,8 +335,8 @@
url(../global/wordmark-slim.png) 15px 4px no-repeat;
}

.moz-header-slim #nav-main ul li.current a,
.moz-header-slim #nav-main ul li.current span,
.moz-header-slim #nav-main ul li.current > a,
.moz-header-slim #nav-main ul li.current > span,
.moz-header-slim #nav-main ul li a,
.moz-header-slim #nav-main ul li span {
padding: 10px 15px 0 15px;
Expand All @@ -349,7 +349,8 @@
margin-top: 40px;
}

.moz-header-slim #nav-main ul li.current {
.moz-header-slim #nav-main ul li.current,
.moz-header-slim #nav-main ul li.current > a:hover {
border-bottom: 0;
-moz-box-shadow: none;
}
Expand Down

0 comments on commit b630db2

Please sign in to comment.