mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 18:57:20 -05:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user