add inherited styles in combobox to allow styling
This commit is contained in:
parent
8301092d9d
commit
5e18f8e30f
1 changed files with 3 additions and 1 deletions
|
|
@ -124,7 +124,9 @@ export class LionCombobox extends OverlayMixin(LionListbox) {
|
|||
outline: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: inherit;
|
||||
font: inherit;
|
||||
color: inherit;
|
||||
border-radius: inherit;
|
||||
box-sizing: border-box;
|
||||
padding: 0;`;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue