Skip to content

Commit c86d3c9

Browse files
committed
CSS fix to remove border around logged in user icon
1 parent be87a12 commit c86d3c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/css/fixes.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,9 @@ select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__
247247

248248
.input-group-text {
249249
background-color: #fafafa;
250+
}
251+
252+
/* Stop showing a border on our user's drop down menu when open */
253+
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
254+
border-color: var(--bs-btn-bg);
250255
}

0 commit comments

Comments
 (0)