From 3814a218c2dab3ed9e8908c3a2de996ffebf6d9d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 8 Oct 2025 23:38:44 +0300 Subject: [PATCH] Removed white box that appeared when clicking something. Thanks to xet7 ! Fixes #5899 --- client/components/boards/boardBody.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/components/boards/boardBody.js b/client/components/boards/boardBody.js index c8026c6f2..8849798d2 100644 --- a/client/components/boards/boardBody.js +++ b/client/components/boards/boardBody.js @@ -192,7 +192,6 @@ BlazeComponent.extendComponent({ button:focus, [role="button"]:focus, a:focus, input:focus, select:focus, textarea:focus, .dropdown-menu:focus, .js-board-view-swimlanes:focus, .js-add-card:focus { outline: 3px solid #005fcc !important; outline-offset: 2px !important; - background-color: #e6f0ff !important; } /* Input borders */ input, textarea, select {