From df0a07ff69db30ccc0ea55e59a702ee8e3fe26ba Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Thu, 29 Aug 2019 17:11:10 +0200
Subject: [PATCH] fixing border

---
 basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css | 2 --
 1 file changed, 2 deletions(-)

diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
index 60302b3..a95850e 100644
--- a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
+++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
@@ -330,7 +330,6 @@ color: #0275e3;
 .btn-secondary.dropdown-toggle+.dropdown-menu{
     background-color: #81796a;
     border-color: #81796a;
-    border:#fff;
 }
 .btn-secondary.dropdown-toggle+.dropdown-menu>.dropdown-item{
     color: #fff;
@@ -357,7 +356,6 @@ color: #0275e3;
 .btn-primary.dropdown-toggle+.dropdown-menu{
     background-color: #0275e3;
     border-color: #0275e3;
-    border:#fff;
 }
 .btn-primary.dropdown-toggle+.dropdown-menu>.dropdown-item{
     color: #fff;
-- 
GitLab