Skip to content
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

List item styling in markdown-navigator #2296

Open
christian-seifert-teradata opened this issue Dec 11, 2024 · 1 comment
Open

List item styling in markdown-navigator #2296

christian-seifert-teradata opened this issue Dec 11, 2024 · 1 comment

Comments

@christian-seifert-teradata

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:

  1. icon should be centered
  2. Less padding between the icon and the text
  3. Font size of header and description should be different from each other
@christian-seifert-teradata
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant