Skip to content

Commit c2af618

Browse files
Add changelog entry
1 parent 083bfc9 commit c2af618

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
Note: This release was created from the `support/10.x` branch.
66

7+
### :wastebasket: **Deprecated features**
8+
9+
#### Rename Sass variable for border hover colour
10+
11+
If you use the Sass `$nhsuk-border-hover-colour` variable, you should rename it to `$nhsuk-secondary-border-colour`.
12+
13+
The previous name is deprecated and will be removed in a future release.
14+
15+
This change was introduced in [pull request #1826: Deprecate duplicate border colours](https://github.com/nhsuk/nhsuk-frontend/pull/1826).
16+
717
### :recycle: **Changes**
818

919
#### Hide the character count messages when unnecessary
@@ -19,6 +29,14 @@ The previous class names `nhsuk-character-count__status--disabled` and `nhsuk-ch
1929

2030
This change was introduced in [pull request #1796: Hide character count message until threshold is reached](https://github.com/nhsuk/nhsuk-frontend/pull/1796).
2131

32+
#### Update secondary border colour
33+
34+
For consistency with other hexadecimal applied colours, the Sass variable `$nhsuk-secondary-border-colour` has changed from `rgba(255, 255, 255, 0.2)` to `#aeb7bd` (or "grey-3").
35+
36+
The previous colour is available via `$nhsuk-reverse-border-colour` as `#337ec6` for use on blue backgrounds only.
37+
38+
This change was introduced in [pull request #1826: Deprecate duplicate border colours](https://github.com/nhsuk/nhsuk-frontend/pull/1826).
39+
2240
### :wrench: **Fixes**
2341

2442
- [#1779: Fix header menu width when text size changes](https://github.com/nhsuk/nhsuk-frontend/pull/1779)

0 commit comments

Comments
 (0)