Hi Carlos, Given that Flex users didn't have to use themes, why would we want to force them to use themes? The whole point of emulation is to minimize changes to their code and build processes.
-Alex On 3/12/19, 7:09 AM, "[email protected]" <[email protected]> wrote: This is an automated email from the ASF dual-hosted git repository. carlosrovira pushed a commit to branch develop in repository https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.apache.org%2Frepos%2Fasf%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com%7C927e52f9221c40c1e26e08d6a6f45010%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636879965574776397&sdata=A8QhfGA3sgD4NFb9wB8uUFcy2kBWFUmPmpo2v6f14lA%3D&reserved=0 The following commit(s) were added to refs/heads/develop by this push: new ac1aec3 Warning: This kind of global styles affect the rest of UI sets so this should not done this way to avoid conflicts. Separate color, sizes and other visual things in themes ac1aec3 is described below commit ac1aec3b3e1b4739088d183b7cc1a8ddc776157a Author: Carlos Rovira <[email protected]> AuthorDate: Tue Mar 12 15:08:59 2019 +0100 Warning: This kind of global styles affect the rest of UI sets so this should not done this way to avoid conflicts. Separate color, sizes and other visual things in themes --- frameworks/projects/MXRoyale/src/main/resources/defaults.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css b/frameworks/projects/MXRoyale/src/main/resources/defaults.css index fa07350..0951b82 100644 --- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css +++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css @@ -29,11 +29,7 @@ box-sizing: border-box; } -* { - font-family: Verdana; - font-size: 12px; -} global { IStatesImpl: ClassReference("org.apache.royale.core.StatesWithTransitionsImpl");
