Skip to content

Commit 7483ff2

Browse files
refactor: change ai cell class style
1 parent 97afa04 commit 7483ff2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jQuery/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
width: 100%;
1010
}
1111

12-
#grid-container .ai__cell {
12+
#grid-container .ai-cell {
1313
background-color: var(--dx-datagrid-row-alternation-bg);
1414
}

jQuery/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ $(() => {
164164
width: 200,
165165
fixed: true,
166166
fixedPosition: 'right',
167-
cssClass: 'ai__cell',
167+
cssClass: 'ai-cell',
168168
},
169169
],
170170
});

0 commit comments

Comments
 (0)