-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ACS-6140] - Remove references to internal Angular Material CSS classes #3620
[ACS-6140] - Remove references to internal Angular Material CSS classes #3620
Conversation
projects/aca-content/folder-rules/src/rule-details/rule-details.ui-component.ts
Outdated
Show resolved
Hide resolved
64af0e4
to
315cb33
Compare
@@ -1,3 +1,4 @@ | |||
/* stylelint-disable selector-class-pattern */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you guys think it's allowable to disable that styleline rule for theme files? I think it's really difficult to modify those files as they mainly focus on adapting mat classes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's okay for me
3cfd407
to
bbd5997
Compare
bbd5997
to
35a3600
Compare
35a3600
to
33322b3
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one final question did you run ACA with the latest ADF version to check styling that you've changed?
Yes, I have, 2 times:
And I didn't find anything suspicious :) |
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x")
What is the current behaviour? (You can also link to an open issue here)
https://alfresco.atlassian.net/browse/ACS-6140
What is the new behaviour?
All internal Angular Material CSS classes are removed and replaced with our custom classes. Changes in Angular Material library with classes won't affect our app.
Also it contains adf-upstream
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Other information: