Skip to content

Commit d8c1c34

Browse files
authored
Merge branch 'master' into toggle-label
2 parents 6764819 + 1097553 commit d8c1c34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/dropdown/dropdown.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ import { DropdownService } from "./dropdown.service";
3030
selector: "ibm-dropdown",
3131
template: `
3232
<div
33-
class="bx--list-box"
33+
class="bx--dropdown bx--list-box"
3434
[ngClass]="{
3535
'bx--dropdown--light': theme === 'light',
3636
'bx--list-box--inline': inline,
37-
'bx--skeleton': skeleton
37+
'bx--skeleton': skeleton,
38+
'bx--dropdown--disabled bx--list-box--disabled': disabled
3839
}">
3940
<button
4041
type="button"

0 commit comments

Comments
 (0)