Skip to content

Commit 621e22d

Browse files
committed
Fix styles
1 parent 05eaca7 commit 621e22d

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,17 @@ div.dx-datagrid .ai__cell {
1111
.trademark__img-wrapper {
1212
width: 40px;
1313
height: 40px;
14-
border: 1px solid #E0E0E0;
15-
border-radius: 4px;
14+
border: var(--dx-border-width) solid var(--dx-color-border);
15+
border-radius: var(--dx-border-radius);
1616
cursor: pointer;
17-
transition: border-color 0.2s ease;
1817
}
1918

2019
.trademark__img-wrapper img {
2120
width: 100%;
2221
height: 100%;
2322
object-fit: cover;
2423
object-position: center;
25-
border-radius: 4px;
24+
border-radius: var(--dx-border-radius);
2625
}
2726

2827
.trademark__text-wrapper {

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,17 @@ div.dx-datagrid .ai__cell {
1111
.trademark__img-wrapper {
1212
width: 40px;
1313
height: 40px;
14-
border: 1px solid #E0E0E0;
15-
border-radius: 4px;
14+
border: var(--dx-border-width) solid var(--dx-color-border);
15+
border-radius: var(--dx-border-radius);
1616
cursor: pointer;
17-
transition: border-color 0.2s ease;
1817
}
1918

2019
.trademark__img-wrapper img {
2120
width: 100%;
2221
height: 100%;
2322
object-fit: cover;
2423
object-position: center;
25-
border-radius: 4px;
24+
border-radius: var(--dx-border-radius);
2625
}
2726

2827
.trademark__text-wrapper {

0 commit comments

Comments
 (0)