Skip to content

Commit 116b353

Browse files
marker-daomarker dao ®
andauthored
LoadIndicator: Update sparkle colors (#30977)
Co-authored-by: marker dao ® <youdontknow@marker-dao.eth>
1 parent 9872e12 commit 116b353

15 files changed

+51
-39
lines changed

e2e/testcafe-devextreme/tests/editors/loadIndIcator/common.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ fixture.disablePageReloads`LoadIndicator`
4949
}
5050
`);
5151

52+
if (animationType === 'sparkle') {
53+
await insertStylesheetRulesToPage(`
54+
.${LOADINDICATOR_SEGMENT_CLASS} {
55+
transform: scale(1) !important;
56+
}
57+
`);
58+
}
59+
5260
return createWidget('dxLoadIndicator', {
5361
width: 128,
5462
height: 128,
1.47 KB
Loading
1.45 KB
Loading
1.35 KB
Loading
1.43 KB
Loading
1.31 KB
Loading
1.41 KB
Loading

e2e/testcafe-devextreme/tests/htmlEditor/dialogs/aiDialog/common.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ test('generating state', async (t) => {
107107
animation: none !important;
108108
opacity: 1 !important;
109109
}
110+
111+
.${LOADINDICATOR_SEGMENT_CLASS} {
112+
transform: scale(1) !important;
113+
}
110114
`);
111115

112116
await createWidget('dxHtmlEditor', {
648 Bytes
Loading
849 Bytes
Loading

0 commit comments

Comments
 (0)