add inherited styles in combobox to allow styling

This commit is contained in:
iemmoladavide 2020-10-07 17:40:34 +02:00
parent 8301092d9d
commit 5e18f8e30f

View file

@ -124,7 +124,9 @@ export class LionCombobox extends OverlayMixin(LionListbox) {
outline: none; outline: none;
width: 100%; width: 100%;
height: 100%; height: 100%;
font-size: inherit; font: inherit;
color: inherit;
border-radius: inherit;
box-sizing: border-box; box-sizing: border-box;
padding: 0;`; padding: 0;`;