UX: Remove background and adjust position (#36710)

Removes the border behind the bulk select checkboxes in the search page.

Relates to internal t/-/169989

### Before / After

<img width="774" height="924" alt="image"
src="https://github.com/user-attachments/assets/5a55277f-af4d-4a13-b3ca-1276647adb9f"
/>
This commit is contained in:
Bryce Huhtala
2025-12-15 18:04:22 -05:00
committed by GitHub
parent 5c634f6e96
commit 373dffd82e
@@ -327,10 +327,9 @@
.bulk-select {
position: absolute;
left: 0.5em;
left: 0.75em;
top: 0.75em;
padding: 0.25em 0.5em;
background-color: var(--tertiary-low);
input[type="checkbox"] {
margin: 0;