From 59544d8c7e5dc78bae56dc23089bb78fd8f9874b Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud <marcimat@rezo.net> Date: Tue, 7 May 2024 10:17:57 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Adapter=20les=20CSS=20suite=20au=20retra?= =?UTF-8?q?it=20des=20pr=C3=A9f=C3=A9rences=20d=E2=80=99icones=20et=20le?= =?UTF-8?q?=20changement=20de=20bando?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: #5922 !5945 --- prive/themes/spip/bando.css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prive/themes/spip/bando.css.html b/prive/themes/spip/bando.css.html index a1699a2442..133dbbb8cb 100644 --- a/prive/themes/spip/bando.css.html +++ b/prive/themes/spip/bando.css.html @@ -237,7 +237,7 @@ box-shadow: inset 0 0 0 1px var(--spip-color-theme); } /* Liens des sous-menus : prévoir les icônes à gauche en background pour ceux qui n'ont pas déjà une image en HTML */ -.navigation_avec_icones .bando-haut .deroulant__sous-menu .deroulant__lien:not(:has(img), :has(svg)) { +.bando-haut .deroulant__sous-menu .deroulant__lien:not(:has(img), :has(svg)) { padding-#LEFT: calc(var(--spip-deroulant-icon-size) + (var(--spip-deroulant-spacing-x) * 2)); background-position: var(--spip-left) var(--spip-deroulant-spacing-x) center; background-size: var(--spip-deroulant-icon-size); -- GitLab