From 95df3895cf59bc68024c94f5fd2a0865dd91ad4c Mon Sep 17 00:00:00 2001
From: Matthieu Marcillaud <marcimat@rezo.net>
Date: Tue, 15 Jun 2021 11:30:54 +0200
Subject: [PATCH] =?UTF-8?q?=C3=89viter=20une=20effet=20disgracieux=20au=20?=
 =?UTF-8?q?focus=20sur=20les=20items=20du=20bandeau=20haut,=20avec=20le=20?=
 =?UTF-8?q?s=C3=A9parateur=20au=20milieux=20qui=20passait=20sur=20le=20out?=
 =?UTF-8?q?line=20de=20focus.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 prive/themes/spip/bando.css.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/prive/themes/spip/bando.css.html b/prive/themes/spip/bando.css.html
index 9bee7c0430..b182c8a60a 100644
--- a/prive/themes/spip/bando.css.html
+++ b/prive/themes/spip/bando.css.html
@@ -124,6 +124,9 @@
 	border-color: var(--spip-color-theme);
 	outline: none;
 }
+.bando-haut .menu-simple__item + .menu-simple__item {
+	margin-#LEFT:-1px;
+}
 .bando-haut .menu-simple__item + .menu-simple__item:before {
 	content:'';
 	display: inline-block;
@@ -133,6 +136,7 @@
 	position: relative;
 	#LEFT: calc(-1 * var(--spip-bando-id-spacing-x));
 	margin-#LEFT:-1px;
+	z-index:-1;
 }
 .bando-haut .menu-simple img {
 	vertical-align: middle;
-- 
GitLab