Skip to content

Commit d8090f0

Browse files
author
Julia Volkova
committed
toolbar integration
1 parent 7fba313 commit d8090f0

7 files changed

Lines changed: 1 addition & 1 deletion
756 Bytes
Loading
760 Bytes
Loading
410 Bytes
Loading
604 Bytes
Loading
595 Bytes
Loading
654 Bytes
Loading

e2e/testcafe-devextreme/tests/editors/overlays/toolbarIntegration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const ANIMATION_DELAY = 500;
4343
.ok(compareResults.errorMessages());
4444
}, [600, 400]).before(async () => {
4545
if (isMaterial()) {
46-
await insertStylesheetRulesToPage('.dx-overlay-wrapper { font-family: sans-serif !important; }');
46+
await insertStylesheetRulesToPage('.dx-overlay-content, .dx-overlay-content input { font-family: sans-serif !important; }');
4747
}
4848
return createWidget(name as 'dxPopup' | 'dxPopover', {
4949
showCloseButton: true,

0 commit comments

Comments
 (0)