fix(combobox): inherit background for native input

This commit is contained in:
Mathieu Puech 2020-10-15 16:13:36 -04:00
parent 2dc85b14d3
commit 7e915f943a
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/combobox': patch
---
Allow background customization of native input

View file

@ -138,6 +138,7 @@ export class LionCombobox extends OverlayMixin(LionListbox) {
width: 100%; width: 100%;
height: 100%; height: 100%;
font: inherit; font: inherit;
background: inherit;
color: inherit; color: inherit;
border-radius: inherit; border-radius: inherit;
box-sizing: border-box; box-sizing: border-box;