From dfdbf6cac1fe3719dc71e130129d28e04ba4e225 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 1 Dec 2023 13:26:44 +0100 Subject: refactor(pages): refine Thematic pages * add a table of contents (however posts heading are not included) * rename posts list section title * add a useThematic hook to refresh thematic contents * add a useThematicLists hook to refresh thematics list * add a `notIn` filter in thematics list fetcher to directly remove unwanted thematics * add Cypress tests --- src/styles/abstracts/placeholders/_links.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/styles/abstracts') diff --git a/src/styles/abstracts/placeholders/_links.scss b/src/styles/abstracts/placeholders/_links.scss index a230e70..9bfd19e 100644 --- a/src/styles/abstracts/placeholders/_links.scss +++ b/src/styles/abstracts/placeholders/_links.scss @@ -29,6 +29,8 @@ } %link-with-icon { + display: inline-block; + &::after { display: inline-block; content: var(--is-lang-hidden, "\0000a0" var(--lang-icon, "")) -- cgit v1.2.3