Skip to content

Commit

Permalink
Change in [data-control=groupbar] & footer.nav
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jul 9, 2013
1 parent 6f16847 commit aa59443
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/stylesheets/theme/theme.layout.nav.styl
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,21 @@ nav

section > footer > & > a, &[data-control=groupbar] > a
color: NAV_LINK
transition text-shadow TRANSITION_time TRANSITION_easing
transition-property color, box-shadow
transition-duration TRANSITION_time
transition-timing-function TRANSITION_easing
& abbr
font-weight: 400
&.active, &:active
color: NAV_LINK_ACTIVE
text-shadow: 0 0 1em NAV_LINK

&[data-control=groupbar] > a
&.active, &:active
box-shadow: inset 0 -0.3em THEME

section > footer > & > a
&.active, &:active
box-shadow: inset 0 0.3em THEME

&[data-control=menu]
background-color: rgba(0,0,0,0.9)
Expand Down

0 comments on commit aa59443

Please sign in to comment.