This repository has been archived by the owner. It is now read-only.
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove siteDetails.less #8235
Closed
Remove siteDetails.less #8235
Comments
Merged
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the issue you encountered: Remove siteDetails.less
This file is widely used on about pages, and some of them require another LESS file which imports siteDetails.less (X.less requires history.less, which imports siteDetails.less, for example). Creating the framework with Aphrodite reduces such cases and makes it easy to remove siteDetails.less completely.
So far these elements have been created into custom components:
<SectionTitle>(#8237)<SiteDetailsPageHeader><SiteDetailsPageHeader actions>inside the Header (ref history.js and bookmarks.js)<SiteDetailsPageContent>Any related issues: #8165