- Issue created by @alok_singh
- First commit to issue fork.
- Assigned to dharmeshbarot89
- Status changed to Needs review
4 months ago 1:19pm 2 August 2024 - Status changed to RTBC
4 months ago 6:50am 5 August 2024 - 🇮🇳India bhaveshdas
Hi, I have verified this color from toolbar css issue with #3465392 MR applied cleanly in the D10 version.
Testing Steps:
1. Install the D10 version
2. Go to the appearance tab and install the GOV.UK Theme.
3. To check, click on the homepage then click on main toolbar now you can see the issue.Testing Results
Now the removed color from toolbar issue fixed and working as expected.Screenshots are attached for reference.
Hence it can be move to the RTBC.
RTBC+1Thankyou !!
- 🇬🇧United Kingdom webfaqtory
This is the WRONG way to do this!!!
style.css is generated when gulp is run and any changes will be lost! Also this change will remove the GOV.UK focus style for all links!
The correct way to do this is to target only the toolbar anchor elements as below:
#toolbar-administration #toolbar-bar .toolbar-tab a:focus { background-color: transparent; } #toolbar-administration #toolbar-bar .toolbar-tab a.is-active { background-color: white; }
And place this snippet in govuk.css. I have added this to govuk.css and it will be included in the next release.
- Status changed to Needs review
4 months ago 8:36am 5 August 2024 - Assigned to webfaqtory
- Status changed to Fixed
3 months ago 12:31pm 19 August 2024 - Status changed to Fixed
3 months ago 12:06pm 2 September 2024