mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
fix not hidden expand-icon for readonly multiple
This commit is contained in:
parent
0cc1b052d8
commit
48c3417857
@ -143,7 +143,7 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
|||||||
|
|
||||||
/* Hide dropdown trigger when multiple & readonly */
|
/* 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;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user