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

feat(lists): Styles - FRONT-4417 #3389

Merged
merged 22 commits into from
Jun 25, 2024
Merged

feat(lists): Styles - FRONT-4417 #3389

merged 22 commits into from
Jun 25, 2024

Conversation

planctus
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented May 14, 2024

@github-actions github-actions bot temporarily deployed to pull request May 14, 2024 12:19 Inactive
@planctus planctus marked this pull request as ready for review May 15, 2024 07:19
@github-actions github-actions bot temporarily deployed to pull request May 15, 2024 08:24 Inactive
Copy link
Contributor

@emeryro emeryro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Text is very close to the "bullet" here"
image

Also spacing is quite different between ordered and unordered list, not sure if this was intentional
image

@@ -40,6 +40,10 @@ $list: null !default;
&:last-of-type {
margin-bottom: var(--s-xs);
}

.ecl-link {
text-decoration: none;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we use standalone links here instead of forcing the display? There may be links inside paragraphs that would still need to be underlined

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ehm..we do not include the link component here, we expect markup to be passed to the template, instead, and this would mean that the users would have to add the ecl-link--standalone every time they want to have a link.
I do not understand the reason for this change, but i'd say that if the expected look and feel with links is without the underline better doing this than introducing a breaking change.

@github-actions github-actions bot temporarily deployed to pull request June 11, 2024 10:21 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 11, 2024 13:33 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 11, 2024 13:46 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 12, 2024 08:57 Inactive
term-margin-top: var(--s-m),
term-font: var(--f-m),
term-margin-bottom: var(--s-2xs),
term-margin-top: var(--s-l),
definition-font: var(--f-p-m),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
definition-font: var(--f-p-m),
definition-font: var(--f-m),

font prolonged is deprecated on EU

@github-actions github-actions bot temporarily deployed to pull request June 14, 2024 07:59 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 14, 2024 08:11 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 14, 2024 08:30 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 19, 2024 10:46 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 19, 2024 11:02 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 19, 2024 11:52 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 20, 2024 14:46 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 21, 2024 07:08 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 24, 2024 07:46 Inactive
@emeryro
Copy link
Contributor

emeryro commented Jun 24, 2024

On EU, the bullets are going a little outside the container
image

This is also the case on EC when there are more than 9 items
image

I don't think that this is real issue, but we may receive remarks about that

@planctus
Copy link
Collaborator Author

true, although i haven't investigated the reason why this difference in EC and EU, is it just the marker used, i wonder..? Anyway, it seemed relevant to align the "initial" content of the lists with the content in the grid, so i added a minimal padding left in EU.

@github-actions github-actions bot temporarily deployed to pull request June 25, 2024 12:02 Inactive
@emeryro emeryro merged commit cf22f4e into v4-dev Jun 25, 2024
7 checks passed
@emeryro emeryro deleted the FRONT-4417-Lists branch June 25, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants