Skip to content

Commit

Permalink
fix: (Core) Combobox without expand button
Browse files Browse the repository at this point in the history
  • Loading branch information
salarenko authored Dec 3, 2020
1 parent 0b137a8 commit 5b60c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion libs/core/src/lib/combobox/combobox.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<fd-input-group
[compact]="compact"
[button]="showDropdownButton"
[glyph]="showDropdownButton ? glyph : ' '"
[glyph]="showDropdownButton ? glyph : null"
[state]="state"
[buttonFocusable]="buttonFocusable"
[disabled]="disabled || readOnly"
Expand Down
11 changes: 1 addition & 10 deletions libs/core/src/lib/input-group/input-group.component.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
@import '~fundamental-styles/dist/input';
@import '~fundamental-styles/dist/input-group';

fd-input-group {
.fd-input-group__addon--button.fd-input-group__addon--textarea > * {
max-height: 100%;
height: 100%;
}

.fd-input-group__addon--button .fd-input-group__button {
&:hover {
border-color: transparent;
}
}

.fd-input-group__input {
width: 100%;
}
}

0 comments on commit 5b60c96

Please sign in to comment.