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

Removed long-arrow-right icon from docs #19537

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Removed long-arrow-right icon from docs #19537

merged 2 commits into from
Apr 15, 2024

Conversation

honurbu
Copy link
Contributor

@honurbu honurbu commented Apr 15, 2024

Resolve https://github.com/volosoft/vs-internal/issues/4095

Removed long-arrow-right icon from docs

image

@honurbu honurbu added this to the 8.2-preview milestone Apr 15, 2024
@@ -154,7 +154,7 @@ private string GetLeafNode(NavigationNode node, string content)

return string.Format(LiItemTemplateWithLink,
listItemCss,
node.HasChildItems ? "chevron-right" : sb.Append("long-arrow-right ").Append(node.Path.IsNullOrEmpty() ? "no-link" : "has-link").ToString(),
node.HasChildItems ? "chevron-right" : sb.Append("").Append(node.Path.IsNullOrEmpty() ? "no-link" : "has-link").ToString(),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
node.HasChildItems ? "chevron-right" : sb.Append("").Append(node.Path.IsNullOrEmpty() ? "no-link" : "has-link").ToString(),
node.HasChildItems ? "chevron-right" : sb.Append(node.Path.IsNullOrEmpty() ? "no-link" : "has-link").ToString(),

@honurbu honurbu requested a review from salihozkara April 15, 2024 11:17
@gizemmutukurt gizemmutukurt merged commit a93bf3e into dev Apr 15, 2024
3 checks passed
@gizemmutukurt gizemmutukurt deleted the issue-4095 branch April 15, 2024 13:44
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.

3 participants