Skip to content

Commit a71ed2d

Browse files
authored
Update src/table/toolbar/table-toolbar.component.ts
1 parent 4f06a34 commit a71ed2d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/table/toolbar/table-toolbar.component.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@ import { TableRowSize } from "../table.types";
5151
[ngClass]="{'bx--table-toolbar--small' : size === 'sm'}"
5252
[attr.aria-label]="actionBarLabel.subject | async">
5353
<div
54-
*ngIf="model && selected"
55-
class="bx--batch-actions bx--batch-actions--active">
54+
*ngIf="model"
55+
class="bx--batch-actions"
56+
[ngClass]="{
57+
'bx--batch-actions--active': selected
58+
}">
5659
<div class="bx--action-list">
5760
<ng-content select="ibm-table-toolbar-actions"></ng-content>
5861
<button

0 commit comments

Comments
 (0)