mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
fix not hidden expand-icon for readonly multiple
This commit is contained in:
parent
0788718d7c
commit
9d5af96dad
@ -143,7 +143,7 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
||||
|
||||
/* Hide dropdown trigger when multiple & readonly */
|
||||
|
||||
:host([readonly][multiple]):not([rows="1"])::part(expand-icon) {
|
||||
:host([readonly][multiple]:not([rows='1']))::part(expand-icon) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user