Skip to content

Commit cc50c05

Browse files
committed
refactor(aria/grid): remove classes (angular#32382)
(cherry picked from commit 744c396)
1 parent 97586ab commit cc50c05

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/aria/grid/grid.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ import {GridPattern, GridRowPattern, GridCellPattern, GridCellWidgetPattern} fro
4848
selector: '[ngGrid]',
4949
exportAs: 'ngGrid',
5050
host: {
51-
'class': 'grid',
5251
'role': 'grid',
5352
'[tabindex]': '_pattern.tabIndex()',
5453
'[attr.aria-disabled]': '_pattern.disabled()',
@@ -178,7 +177,6 @@ export class Grid {
178177
selector: '[ngGridRow]',
179178
exportAs: 'ngGridRow',
180179
host: {
181-
'class': 'grid-row',
182180
'role': 'row',
183181
'[attr.aria-rowindex]': '_pattern.rowIndex()',
184182
},
@@ -232,7 +230,6 @@ export class GridRow {
232230
selector: '[ngGridCell]',
233231
exportAs: 'ngGridCell',
234232
host: {
235-
'class': 'grid-cell',
236233
'[attr.role]': 'role()',
237234
'[attr.id]': '_pattern.id()',
238235
'[attr.rowspan]': '_pattern.rowSpan()',
@@ -365,7 +362,6 @@ export class GridCell {
365362
selector: '[ngGridCellWidget]',
366363
exportAs: 'ngGridCellWidget',
367364
host: {
368-
'class': 'grid-cell-widget',
369365
'[attr.data-active]': 'active()',
370366
'[attr.data-active-control]': 'isActivated() ? "widget" : "cell"',
371367
'[tabindex]': '_tabIndex()',

0 commit comments

Comments
 (0)