Lines Matching refs:display
223 this.selectSearchEl.style.display = 'none';
224 this.selectIconEl.style.display = 'flex';
232 this.selectSearchEl.style.display = 'none';
233 this.selectIconEl.style.display = 'flex';
246 els.forEach((a: any) => (a.style.display = 'flex'));
263 a.style.display = 'flex';
265 a.style.display = 'none';
289 this.selectClearEl.style.display = 'none';
290 this.selectIconEl.style.display = 'flex';
301 this.bodyEl!.style.display = 'block';
304 this.bodyEl!.style.display = 'none';
322 this.selectClearEl.style.display = 'flex';
323 this.selectIconEl.style.display = 'none';
325 this.selectClearEl.style.display = 'none';
326 this.selectIconEl.style.display = 'flex';
332 this.selectClearEl.style.display = 'none';
333 this.selectIconEl.style.display = 'flex';
344 this.selectSearchEl.style.display = 'flex';
345 this.selectIconEl.style.display = 'none';
349 a.style.display = 'flex';
373 …r = [...this.querySelectorAll('lit-select-option')].filter((a: any) => a.style.display !== 'none');
449 this.bodyEl!.style.display = 'none';