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.
1 parent 4f06a34 commit a71ed2dCopy full SHA for a71ed2d
src/table/toolbar/table-toolbar.component.ts
@@ -51,8 +51,11 @@ import { TableRowSize } from "../table.types";
51
[ngClass]="{'bx--table-toolbar--small' : size === 'sm'}"
52
[attr.aria-label]="actionBarLabel.subject | async">
53
<div
54
- *ngIf="model && selected"
55
- class="bx--batch-actions bx--batch-actions--active">
+ *ngIf="model"
+ class="bx--batch-actions"
56
+ [ngClass]="{
57
+ 'bx--batch-actions--active': selected
58
+ }">
59
<div class="bx--action-list">
60
<ng-content select="ibm-table-toolbar-actions"></ng-content>
61
<button
0 commit comments