Skip to content

Commit

Permalink
Cursor to pointer as per other links
Browse files Browse the repository at this point in the history
New CSS to change the cursor to pointer when hovered over, as per any other link, including other links in the header. An edge case perhaps because this will presumably mostly be for mobile, but for desktops with a narrow window, or heavily zoomed in, a pointer cursor will be consistent with other links.
  • Loading branch information
MalcolmVonMoJ authored and 36degrees committed Feb 26, 2021
1 parent 8748418 commit 0a7206e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/govuk/components/header/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
border: 0;
color: $govuk-header-link;
background: none;
cursor: pointer;

&:hover {
text-decoration: underline;
Expand Down

0 comments on commit 0a7206e

Please sign in to comment.