From 304fb516c10c2d105002cbf5ffedb4ddeb2fdf93 Mon Sep 17 00:00:00 2001 From: Santa Zena Date: Thu, 11 Dec 2025 09:48:00 +0200 Subject: [PATCH 1/5] WS-1756-useful-link-dark-ui-2 --- src/app/components/UsefulLinks/index.styles.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/components/UsefulLinks/index.styles.tsx b/src/app/components/UsefulLinks/index.styles.tsx index d15017f18da..ce36f3cee32 100644 --- a/src/app/components/UsefulLinks/index.styles.tsx +++ b/src/app/components/UsefulLinks/index.styles.tsx @@ -35,17 +35,21 @@ const styles = { link: ({ palette, fontVariants, fontSizes, isDarkUi }: Theme) => css({ color: isDarkUi ? palette.GREY_2 : palette.GREY_10, - textDecoration: 'none', + textDecoration: 'underline', ...fontSizes.pica, ...fontVariants.sansBold, paddingTop: `${pixelsToRem(12)}rem`, paddingBottom: `${pixelsToRem(12)}rem`, width: '100%', + '&:visited': { color: isDarkUi ? palette.GREY_4 : palette.GREY_6, + textDecoration: 'underline', }, + '&:hover, &:focus': { textDecoration: 'underline', + textDecorationThickness: `${pixelsToRem(3)}rem`, }, }), }; From ab901d4b1c0d66cf02c2e4942e6081f27afd1d49 Mon Sep 17 00:00:00 2001 From: Santa Zena Date: Thu, 11 Dec 2025 10:13:24 +0200 Subject: [PATCH 2/5] Removing spaces --- src/app/components/UsefulLinks/index.styles.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/components/UsefulLinks/index.styles.tsx b/src/app/components/UsefulLinks/index.styles.tsx index ce36f3cee32..9f4eb5b101d 100644 --- a/src/app/components/UsefulLinks/index.styles.tsx +++ b/src/app/components/UsefulLinks/index.styles.tsx @@ -41,12 +41,9 @@ const styles = { paddingTop: `${pixelsToRem(12)}rem`, paddingBottom: `${pixelsToRem(12)}rem`, width: '100%', - '&:visited': { color: isDarkUi ? palette.GREY_4 : palette.GREY_6, - textDecoration: 'underline', }, - '&:hover, &:focus': { textDecoration: 'underline', textDecorationThickness: `${pixelsToRem(3)}rem`, From dbc4fe793da1683bb284786b942d354933e5065b Mon Sep 17 00:00:00 2001 From: Santa Zena Date: Thu, 11 Dec 2025 11:11:44 +0200 Subject: [PATCH 3/5] Updating metadata file --- src/app/components/UsefulLinks/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/UsefulLinks/metadata.json b/src/app/components/UsefulLinks/metadata.json index d94b03e268f..3a46d84bdf0 100644 --- a/src/app/components/UsefulLinks/metadata.json +++ b/src/app/components/UsefulLinks/metadata.json @@ -22,7 +22,7 @@ "swarm": { "done": false, "reference": { - "url": "https://paper.dropbox.com/doc/A11Y-Swarm-Useful-links-component--CmaWk9LP4gvTnfHz7Cjf4Nq2Ag-XVbiG0FkskWFdapCOCpI3", + "url": "https://paper.dropbox.com/doc/A11Y-Swarm-Useful-links-component--CzBuyGEHnZidyflOaDzbDNy4Ag-XVbiG0FkskWFdapCOCpI3", "label": "Accessibility Swarm Notes" } } From f6732b17c597f09bdda3d44631580a1c651799f3 Mon Sep 17 00:00:00 2001 From: Santa Zena Date: Thu, 11 Dec 2025 11:13:52 +0200 Subject: [PATCH 4/5] Merge branch 'latest' into WS-1756-useful-link-dark-ui-2 From e12ea4be3b3241b7997e8d38d68e3db7089b67d9 Mon Sep 17 00:00:00 2001 From: Santa Zena Date: Thu, 11 Dec 2025 11:56:20 +0200 Subject: [PATCH 5/5] Updating metadata file nr2 --- src/app/components/UsefulLinks/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/UsefulLinks/metadata.json b/src/app/components/UsefulLinks/metadata.json index 3a46d84bdf0..643a1e91341 100644 --- a/src/app/components/UsefulLinks/metadata.json +++ b/src/app/components/UsefulLinks/metadata.json @@ -20,7 +20,7 @@ } }, "swarm": { - "done": false, + "done": true, "reference": { "url": "https://paper.dropbox.com/doc/A11Y-Swarm-Useful-links-component--CzBuyGEHnZidyflOaDzbDNy4Ag-XVbiG0FkskWFdapCOCpI3", "label": "Accessibility Swarm Notes"