mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Et2VfsSelectDialog: Make selected file check more visible
This commit is contained in:
parent
5e6bc15887
commit
f70ac106e5
@ -70,8 +70,7 @@ export class Et2VfsSelectRow extends Et2Widget(LitElement)
|
||||
@mouseenter=${this.handleMouseEnter}
|
||||
@mouseleave=${this.handleMouseLeave}
|
||||
>
|
||||
<sl-icon part="checked-icon" class="file__check" name="check" library="system"
|
||||
aria-hidden="true"></sl-icon>
|
||||
<sl-icon part="checked-icon" class="file__check" name="check-lg" aria-hidden="true"></sl-icon>
|
||||
<slot part="prefix" name="prefix" class="file__prefix"></slot>
|
||||
<et2-vfs-mime .value=${this.value}></et2-vfs-mime>
|
||||
${this.value.name}
|
||||
|
Loading…
Reference in New Issue
Block a user