mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Et2SelectThumbnail: Fix Et2ThumbnailTag did not get remove button, fix dropdown icon showing up again
This commit is contained in:
parent
4f3440d4b2
commit
8da7b09bfa
@ -26,7 +26,8 @@ export class Et2SelectThumbnail extends Et2Select
|
||||
display: none;
|
||||
}
|
||||
/* Hide dropdown icon */
|
||||
::part(icon), .select__icon {
|
||||
|
||||
::part(expand-icon), .expand-icon {
|
||||
display: none;
|
||||
}
|
||||
`
|
||||
@ -101,7 +102,9 @@ export class Et2SelectThumbnail extends Et2Select
|
||||
{
|
||||
// Different image - slot in just an image so we can have complete control over styling
|
||||
return html`
|
||||
<et2-thumbnail-tag>
|
||||
<et2-thumbnail-tag
|
||||
?removable=${this.multiple && !this.readonly}
|
||||
>
|
||||
<img
|
||||
part="image"
|
||||
slot="prefix"
|
||||
|
Loading…
Reference in New Issue
Block a user