-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 M1
-
Fix Version/s: 7.0.0 Alpha 1
-
Component/s: Frontend Infrastructure, Themes Infrastructure
-
Labels:None
-
Story Points:12
-
Fix Priority:1
-
Git Pull Request:
Deploy _styled theme or rename aui.scss, _imports.scss, _custom.scss, and /portlet/_variables_custom.scss to aui1.scss, _imports1.scss, _custom1.scss, and /portlet/_variables_custom1.scss in classic theme to mimic _styled. Product menu should look the same in both themes.
Mimic _styled theme by renaming the files:
liferay-portal/modules/frontend/frontend-theme/frontend-theme-classic-web/src/META-INF/resources/classic/_diffs/css/aui.scss
liferay-portal/modules/frontend/frontend-theme/frontend-theme-classic-web/src/META-INF/resources/classic/_diffs/css/_imports.scss
liferay-portal/modules/frontend/frontend-theme/frontend-theme-classic-web/src/META-INF/resources/classic/_diffs/css/_custom.scss
liferay-portal/modules/frontend/frontend-theme/frontend-theme-classic-web/src/META-INF/resources/classic/_diffs/css/portlet/_variables_custom.scss
then run:
ant all from liferay-portal/
or
../../../gradlew clean deploy from liferay-portal/modules/frontend/frontend-theme/