From c86d3c97a1eaaee965123a3b678008165d727495 Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 7 Mar 2025 16:55:52 +1100 Subject: [PATCH] CSS fix to remove border around logged in user icon --- public/css/fixes.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/fixes.css b/public/css/fixes.css index 21480d9d..2c3fae7e 100644 --- a/public/css/fixes.css +++ b/public/css/fixes.css @@ -247,4 +247,9 @@ select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__ .input-group-text { background-color: #fafafa; +} + +/* Stop showing a border on our user's drop down menu when open */ +.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active { + border-color: var(--bs-btn-bg); } \ No newline at end of file