From 9a1ae20afea068ae69677f1dac89798824d0ba78 Mon Sep 17 00:00:00 2001 From: timotheegoguely Date: Wed, 18 Dec 2024 15:04:22 +0100 Subject: [PATCH] Improve .new class a11y --- src/components/Menu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Menu.vue b/src/components/Menu.vue index ea63424..bf9fe38 100644 --- a/src/components/Menu.vue +++ b/src/components/Menu.vue @@ -372,7 +372,7 @@ button[aria-controls="menu"][aria-expanded="false"] width: fit-content; } #menu details .new::after { - content: "Nouvelles modifications"; + content: "" / "Nouvelles modifications"; color: transparent; position: relative; display: inline-block;