We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e111f2 commit 4a5ce91Copy full SHA for 4a5ce91
CHANGELOG.md
@@ -5,6 +5,7 @@
5
:wrench: **Fixes**
6
7
- Fix appearance of disabled warning buttons ([Issue 1034]([https://github.com/nhsuk/nhsuk-service-manual-community-backlog/issues/1034]))
8
+- Fix reverse button text colour ([PR 1080]([https://github.com/nhsuk/nhsuk-frontend/pull/1080]))
9
10
## 9.1.0 - 4 November 2024
11
packages/components/button/_button.scss
@@ -159,7 +159,8 @@ $button-shadow-size: 4px;
159
top: $button-shadow-size;
160
}
161
162
- &:link {
+ &:link,
163
+ &:visited {
164
color: $nhsuk-reverse-button-text-color;
165
166
&:active {
0 commit comments