fix(combobox): inherit background for native input
This commit is contained in:
parent
2dc85b14d3
commit
7e915f943a
2 changed files with 6 additions and 0 deletions
5
.changeset/slow-laws-trade.md
Normal file
5
.changeset/slow-laws-trade.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/combobox': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Allow background customization of native input
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue