We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 456b0af + e7a6b65 commit cb2f2c4Copy full SHA for cb2f2c4
src/dropdown/dropdown.component.ts
@@ -30,7 +30,7 @@ import { DropdownService } from "./dropdown.service";
30
selector: "ibm-dropdown",
31
template: `
32
<div
33
- class="bx--list-box bx--dropdown-v2"
+ class="bx--list-box bx--dropdown"
34
[ngClass]="{
35
'bx--dropdown--light': theme === 'light',
36
'bx--list-box--inline': inline,
0 commit comments