Skip to content

Commit

Permalink
PR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed Nov 7, 2017
1 parent abf87e8 commit 2508cbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/components/_header.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="app-c-header">
<header class="app-c-header" role="banner">
<a href="/" class="app-c-header--link">
<span class="app-c-header--logotype">
<%#
Expand Down Expand Up @@ -33,4 +33,4 @@
Design System
</span>
</a>
</div>
</header>
1 change: 1 addition & 0 deletions source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GOV.UK Design System</title>
<%= stylesheet_link_tag :main, media: 'all' %>
</head>
Expand Down
1 change: 1 addition & 0 deletions source/stylesheets/components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
}

&:focus {
border-bottom-color: $govuk-black;
color: $govuk-black;
}
}
Expand Down

0 comments on commit 2508cbc

Please sign in to comment.