From 0a7206e689f30e1b081ee06666b841755a18aaa1 Mon Sep 17 00:00:00 2001 From: Malcolm Butler <32877315+MalcolmVonMoJ@users.noreply.github.com> Date: Wed, 24 Feb 2021 16:40:49 +0000 Subject: [PATCH 1/2] Cursor to pointer as per other links 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. --- src/govuk/components/header/_index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/govuk/components/header/_index.scss b/src/govuk/components/header/_index.scss index 1041995470..36dcc42e1a 100644 --- a/src/govuk/components/header/_index.scss +++ b/src/govuk/components/header/_index.scss @@ -158,6 +158,7 @@ border: 0; color: $govuk-header-link; background: none; + cursor: pointer; &:hover { text-decoration: underline; From dc44da8cfb17e200167acf0874f736ab4ba1d431 Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Fri, 26 Feb 2021 14:18:43 +0000 Subject: [PATCH 2/2] Add to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a502e0ca1..580dbbe2e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Fixes +- [#2157 Use pointer cursor for 'Menu' button in header](https://github.com/alphagov/govuk-frontend/pull/2157) – thanks to [@MalcolmVonMoJ](https://github.com/MalcolmVonMoJ) for contributing this. + ## 3.11.0 (Feature release) ### New features