From 1ac5aa36b9ee0552df644c5c3a500b6c7aa9d55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 16 Jun 2019 11:00:06 +0200 Subject: [PATCH] pfwb: don't highlight navigation entry in authentic pages --- static/pfwb/_custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/pfwb/_custom.scss b/static/pfwb/_custom.scss index 9baf962b..015096a9 100644 --- a/static/pfwb/_custom.scss +++ b/static/pfwb/_custom.scss @@ -103,6 +103,12 @@ div#nav { } } +body.page-connexion, body.page-mon-profil { + div#nav > ul > li.menu-forms span { + font-weight: normal; + } +} + body.has-picture { div#main-content-wrapper { margin-top: -150px;