Community
Participate
Working Groups
Currently the ThemeEngine adds the "platform:/plugin/org.eclipse.platform/css/ " hard-code plug-in path to the OSGiResourceLocator. I suggest to remove that and use the platform:/plugin/org.eclipse.platform/css/ URI in the imports of the CSS style sheets.
I updated the CSS style sheets with the correct platform: URI instead of relying on the hard-code path. https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=8851254da4d01655852cc9e03a17cd39204cb17e Also import works fine now with https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=a68ba21575cd6402c83d00781c740ad66bc37a4a
We still hardcode the path with not specified to maintain backward compability but the default style sheets use platform: URI. Verified in Git