Skip to content

Commit

Permalink
Merge pull request #28 from anthonydillon/set-hover-background
Browse files Browse the repository at this point in the history
Add background colour on mobile button hover
  • Loading branch information
barrymcgee authored May 17, 2017
2 parents 2ee1abf + 18e6d6e commit caf3942
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/sass/_patterns-global-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ $navigaiton-height: 1.875rem;
text-align: left;
width: 100%;

&:hover {
background-color: $global-background;
}

&:active,
&:focus {
@include global-u-focus;
Expand Down

0 comments on commit caf3942

Please sign in to comment.