Skip to content

Commit 9d50916

Browse files
authored
Remove collection share access column header icon (#1371)
Closes #1351 ### Changes - Removes the collection share access icon's header icon which was just an icon. This is now mostly in line with how we display status icons in the archived items list (there is a spacing difference between the two lists regarding the placement of the icon vs the label and its alignment with the text (here) vs the icon (archived items list).
1 parent dfba4b3 commit 9d50916

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

frontend/src/pages/org/collections-list.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -382,14 +382,7 @@ export class CollectionsList extends LiteElement {
382382
<div
383383
class="hidden md:grid md:grid-cols-[2rem_1fr_repeat(3,12ch)_18ch_2.5rem] gap-3"
384384
>
385-
<div class="col-span-1 pl-3 text-center">
386-
<sl-icon
387-
class="block text-[15px]"
388-
name="eye"
389-
label=${msg("Collection share access")}
390-
></sl-icon>
391-
</div>
392-
<div class="col-span-1 text-xs">${msg("Name")}</div>
385+
<div class="col-span-2 text-xs pl-12">${msg("Name")}</div>
393386
<div class="col-span-1 text-xs">${msg("Archived Items")}</div>
394387
<div class="col-span-1 text-xs">${msg("Total Size")}</div>
395388
<div class="col-span-1 text-xs">${msg("Total Pages")}</div>

0 commit comments

Comments
 (0)