From c6b0110e83b6a345fb91e0bddb5b1a49f5402fb9 Mon Sep 17 00:00:00 2001
From: Allan Blanchard <allan.blanchard@cea.fr>
Date: Mon, 31 Aug 2020 09:28:21 +0200
Subject: [PATCH] Removes right border on publication side menu

---
 assets/css/publications.css | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/assets/css/publications.css b/assets/css/publications.css
index b89a4480..83273b46 100644
--- a/assets/css/publications.css
+++ b/assets/css/publications.css
@@ -51,16 +51,10 @@ summary {
   text-align: center;
   background: none;
   cursor: pointer;
-  border: 2px solid #f7931c;
-  border-left: 2px solid #f7931c;
+  border-right: 2px solid #f7931c;
   padding: 10px;
   border-radius: 16px;
 }
-.nav-check:checked ~ .menu-button {
-  border-left: none;
-  border-top: none;
-  border-bottom: none;
-}
 .nav-check {
   display: none;
 }
-- 
GitLab