From 5b762b1b669454a89899c4bdf6008027d9615acf Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 30 Nov 2023 19:30:43 +0100 Subject: refactor(pages): refine Article pages * use rehype to update code blocks class names * fix widget heading level (after a level 1 it should always be a level 2 and not 3) * replace Spinner with LoadingPage and LoadingPageComments components to keep layout coherent * refactor useArticle and useComments hooks * fix URLs in JSON LD schema * add Cypress tests --- src/components/atoms/links/sharing-link/sharing-link.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/atoms/links') diff --git a/src/components/atoms/links/sharing-link/sharing-link.module.scss b/src/components/atoms/links/sharing-link/sharing-link.module.scss index e1c9c3c..105c37f 100644 --- a/src/components/atoms/links/sharing-link/sharing-link.module.scss +++ b/src/components/atoms/links/sharing-link/sharing-link.module.scss @@ -6,7 +6,7 @@ padding: var(--spacing-2xs) var(--spacing-xs); border-radius: fun.convert-px(3); box-shadow: #{fun.convert-px(3)} #{fun.convert-px(3)} 0 0 var(--shadowColor); - transition: all 0.3s linear 0s; + transition: all 0.2s linear 0s; &:hover, &:focus { -- cgit v1.2.3