Skip to content

Commit 7bb7dc7

Browse files
committed
Category style
1 parent ddc0217 commit 7bb7dc7

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

apps/demos/Demos/DataGrid/AIColumn/jQuery/styles.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ div.dx-datagrid .ai__cell {
4949
display: inline-block;
5050
padding: 2px 8px;
5151
border-radius: 24px;
52+
background-color: var(--dx-color-separator);
5253
}
5354

5455
.license-info__title {
@@ -71,11 +72,3 @@ div.dx-datagrid .ai__cell {
7172
color: #333;
7273
font-weight: 500;
7374
}
74-
75-
.dx-color-scheme-light .category__wrapper {
76-
background-color: var(--category-wrapper-light-bg);
77-
}
78-
79-
.dx-color-scheme-dark .category__wrapper {
80-
background-color: var(--category-wrapper-dark-bg);
81-
}

apps/demos/Demos/TreeList/AIColumn/jQuery/styles.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ div.dx-datagrid .ai__cell {
4949
display: inline-block;
5050
padding: 2px 8px;
5151
border-radius: 24px;
52+
background-color: var(--dx-color-separator);
5253
}
5354

5455
.license-info__title {
@@ -71,11 +72,3 @@ div.dx-datagrid .ai__cell {
7172
color: #333;
7273
font-weight: 500;
7374
}
74-
75-
.dx-color-scheme-light .category__wrapper {
76-
background-color: var(--category-wrapper-light-bg);
77-
}
78-
79-
.dx-color-scheme-dark .category__wrapper {
80-
background-color: var(--category-wrapper-dark-bg);
81-
}

0 commit comments

Comments
 (0)