Skip to content

Commit 7a919b3

Browse files
authored
Merge pull request #6338 from alphagov/small-radios-focus-hover
Fix hover state on focused small radios
2 parents 25c2130 + 0f6c9e0 commit 7a919b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ For advice on how to use these release notes see [our guidance on staying up to
44

55
## Unreleased
66

7+
### Fixes
8+
9+
We've made fixes to GOV.UK Frontend in the following pull requests:
10+
11+
- [#6338: Fix hover state on focused small radios](https://github.com/alphagov/govuk-frontend/pull/6338)
12+
713
## v5.13.0 (Feature release)
814

915
### New features

packages/govuk-frontend/src/govuk/components/radios/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
}
304304
// prettier-ignore
305305
box-shadow:
306-
0 0 0 $govuk-radios-focus-width $govuk-focus-colour // 1,
306+
0 0 0 $govuk-radios-focus-width $govuk-focus-colour, // 1
307307
0 0 0 $govuk-hover-width $govuk-hover-colour; // 2
308308
}
309309

0 commit comments

Comments
 (0)