We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the markdown-navigator component is used to render lists, the styling doesn't match the material component.
Steps to reproduce the behavior:
Compare Covalent 5 with Covalent 8
Also compare to the material web component (expand the interactive demo and turn on leadingIcon)
Expected behavior Style matches material component. Specifically we see 3 issues:
The text was updated successfully, but these errors were encountered:
Another issue is that the font for the breadcrumbs has accidentally changed starting in Covalent v6.
This selector no longer matches: https://github.com/Teradata/covalent/blob/main/libs/markdown-navigator/_markdown-navigator-theme.scss#L5
td-breadcrumbs .mat-button
.mat-button should be changed to .mdc-button
.mat-button
.mdc-button
Sorry, something went wrong.
No branches or pull requests
When the markdown-navigator component is used to render lists, the styling doesn't match the material component.
Steps to reproduce the behavior:
Compare Covalent 5 with Covalent 8
Also compare to the material web component (expand the interactive demo and turn on leadingIcon)
Expected behavior
Style matches material component. Specifically we see 3 issues:
The text was updated successfully, but these errors were encountered: