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 fe225ad + 6e4612c commit c11f1bbCopy full SHA for c11f1bb
src/table/toolbar/table-toolbar.component.ts
@@ -48,14 +48,14 @@ import { TableRowSize } from "../table.types";
48
template: `
49
<section
50
class="bx--table-toolbar"
51
- [ngClass]="{'bx--table-toolbar--small' : size === 'sm'}">
+ [ngClass]="{'bx--table-toolbar--small' : size === 'sm'}"
52
+ [attr.aria-label]="actionBarLabel.subject | async">
53
<div
54
*ngIf="model"
55
class="bx--batch-actions"
56
[ngClass]="{
57
'bx--batch-actions--active': selected
- }"
58
- [attr.aria-label]="actionBarLabel.subject | async">
+ }">
59
<div class="bx--action-list">
60
<ng-content select="ibm-table-toolbar-actions"></ng-content>
61
<button
0 commit comments