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 564d41b commit 9927677Copy full SHA for 9927677
src/lib/toolbar/toolbar.md
@@ -31,7 +31,7 @@ inside of a `<md-toolbar>`.
31
</md-toolbar>
32
```
33
34
-**Note**: Placing content outside of a `<md-toolbar-row>` when multiple rows are specified, is not
+**Note**: Placing content outside of a `<md-toolbar-row>` when multiple rows are specified is not
35
supported.
36
37
### Positioning toolbar content
src/lib/toolbar/toolbar.ts
@@ -42,7 +42,6 @@ export class MdToolbarRow {}
42
inputs: ['color'],
43
host: {
44
'class': 'mat-toolbar',
45
- 'role': 'toolbar',
46
'[class.mat-toolbar-multiple-rows]': 'this._toolbarRows.length',
47
'[class.mat-toolbar-single-row]': '!this._toolbarRows.length'
48
},
0 commit comments