From 8021f849aee6bd1f74cc9b284e7b1e82bd5911d2 Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Mon, 5 May 2025 00:13:05 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20zone=20clic=20boutons=20fix?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/agenda_culturel/static/style.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/agenda_culturel/static/style.scss b/src/agenda_culturel/static/style.scss index 793c35b..68b99b6 100644 --- a/src/agenda_culturel/static/style.scss +++ b/src/agenda_culturel/static/style.scss @@ -1564,6 +1564,7 @@ img.preview { z-index: 1000; li { list-style: none; + a { @extend [role="button"], .secondary; height: 1.8em; width: 1.8em; @@ -1574,11 +1575,10 @@ img.preview { text-align: center; z-index: 10; opacity: 0.9; - a { - color: var(--primary-inverse); - } + color: var(--primary-inverse); float: left; clear: both; + } } position: fixed; bottom: calc(var(--spacing) + .4em);