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