From c4c4e9594ff7c74eec0efc0ef254b964f00957cd Mon Sep 17 00:00:00 2001
From: ourspalois <theoballet@protonmail.com>
Date: Sat, 22 May 2021 12:34:31 +0200
Subject: [PATCH] couleur 4.0

---
 note_kfet/static/css/custom.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css
index c28cac3e..90ccf818 100644
--- a/note_kfet/static/css/custom.css
+++ b/note_kfet/static/css/custom.css
@@ -126,6 +126,8 @@ a:hover {
     border-color: rgb(122, 163, 75);
 }
 
-.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
+.btn-outline-primary.focus {
   box-shadow: 0 0 0 0.25rem rgba(122, 163, 75, 0.5);
 }
+
+
-- 
GitLab