[v10] Add support for icon buttons#1712
Open
colinrotherham wants to merge 7 commits intocomponent-sizefrom
Open
[v10] Add support for icon buttons#1712colinrotherham wants to merge 7 commits intocomponent-sizefrom
colinrotherham wants to merge 7 commits intocomponent-sizefrom
Conversation
1ac81a5 to
273bb26
Compare
273bb26 to
2306e17
Compare
2306e17 to
203b350
Compare
203b350 to
03f5079
Compare
03f5079 to
8effd08
Compare
3 tasks
8effd08 to
712298d
Compare
712298d to
031ffa6
Compare
031ffa6 to
5606c8d
Compare
5606c8d to
dfee34d
Compare
dfee34d to
16d706c
Compare
16d706c to
660669f
Compare
660669f to
1946f3e
Compare
1946f3e to
7433a95
Compare
Contributor
Author
|
This is the iOS default for regular text inputs: background-color: canvas;
color: canvastextThe GOV.UK Frontend uplift added this warning: So we should test our select menu fix which goes against that: Setting |
MatMoore
added a commit
to NHSDigital/dtos-manage-breast-screening
that referenced
this pull request
Feb 9, 2026
A design system version of this component is currently being tested, and we have found that in NVDA, the icon is being announced as “Search graphic” instead of just “Search” so we’re going to move the aria-label to the button element itself, keeping aria-hidden="true" set on the nested SVG. nhsuk/nhsuk-frontend#1712 (comment)
1 task
Contributor
c0cd997 to
fa979ec
Compare
fa979ec to
bae5e02
Compare
Contributor
Author
|
@anandamaryon1 I've updated the changelog entry regarding Shall we pick up the search input background colour issue in #1660? We should raise a separate issue for the Firefox 60 custom colours too This PR now targets v10.x |
bae5e02 to
0f36d50
Compare
0f36d50 to
3cfc62b
Compare
7d68acb to
ea4e4fe
Compare
3cfc62b to
f935d94
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Description
This PR adds support for button with icons
It was split out from #1660 and unblocks #1719
Checklist