We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fba313 commit d8090f0Copy full SHA for d8090f0
7 files changed
e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_bottom_toolbar_menu,rtlEnabled=false (material-blue-light).png
756 Bytes
e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_bottom_toolbar_menu,rtlEnabled=true (material-blue-light).png
760 Bytes
e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popover_top_toolbar_menu,rtlEnabled=false (material-blue-light).png
410 Bytes
e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_bottom_toolbar_menu,rtlEnabled=false (material-blue-light).png
604 Bytes
e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_bottom_toolbar_menu,rtlEnabled=true (material-blue-light).png
595 Bytes
e2e/testcafe-devextreme/tests/editors/overlays/etalons/Popup_top_toolbar_menu,rtlEnabled=true (material-blue-light).png
654 Bytes
e2e/testcafe-devextreme/tests/editors/overlays/toolbarIntegration.ts
@@ -43,7 +43,7 @@ const ANIMATION_DELAY = 500;
43
.ok(compareResults.errorMessages());
44
}, [600, 400]).before(async () => {
45
if (isMaterial()) {
46
- await insertStylesheetRulesToPage('.dx-overlay-wrapper { font-family: sans-serif !important; }');
+ await insertStylesheetRulesToPage('.dx-overlay-content, .dx-overlay-content input { font-family: sans-serif !important; }');
47
}
48
return createWidget(name as 'dxPopup' | 'dxPopover', {
49
showCloseButton: true,
0 commit comments