mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-06 22:18:59 +01:00
Et2Search / SearchMixin: Hide clear button when dropdown is visible
This commit is contained in:
parent
c0ac4cafae
commit
02abf08be5
@ -145,14 +145,20 @@ export const Et2WithSearchMixin = dedupeMixin(<T extends Constructor<LitElement>
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([search]) sl-select[open]::part(display-input), :host([allowfreeentries]) sl-select[open]::part(display-input) {
|
:host([search]), :host([allowfreeentries]) {
|
||||||
|
sl-select[open]::part(display-input) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([search]) sl-select[open]::part(expand-icon) {
|
sl-select[open]::part(clear-button) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sl-select[open]::part(expand-icon) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
sl-select[open][multiple]::part(tags) {
|
sl-select[open][multiple]::part(tags) {
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user