Merge pull request #1011 from davidoff31/fix/combobox-styling-issues

add inherited styles in combobox to allow styling
This commit is contained in:
Thijs Louisse 2020-10-08 10:15:14 +02:00 committed by GitHub
commit c5aef75662
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@lion/combobox": patch
---
add inherited styles in combobox (aria 1.1) _inputNode to allow styling

View file

@ -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;`;