Skip to content

Fixes #21423 | Add ANSI colour tokens as children of existing tokens#45946

Merged
isidorn merged 1 commit intomicrosoft:masterfrom
danielfrankcom:danielfrankcom/#21423
Mar 19, 2018
Merged

Fixes #21423 | Add ANSI colour tokens as children of existing tokens#45946
isidorn merged 1 commit intomicrosoft:masterfrom
danielfrankcom:danielfrankcom/#21423

Conversation

@danielfrankcom
Copy link
Contributor

#21423

Previous implementation was appending new <span> elements to the same node, rather than finding the deepest node each time and appending to that. I added a loop to find the deepest child and append, ensuring that new tokens are nested as desired.

@isidorn isidorn assigned isidorn and unassigned egamma Mar 19, 2018
@isidorn
Copy link
Collaborator

isidorn commented Mar 19, 2018

Thanks for your great PR 🍻
Seems to work nicely, even though on my mac the bold is not that strong but that is by browser design. Let's merge this in and get user feedback

@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Mar 19, 2018
@isidorn isidorn added this to the March 2018 milestone Mar 19, 2018
@isidorn isidorn merged commit bd251d6 into microsoft:master Mar 19, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

debug Debug viewlet, configurations, breakpoints, adapter issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants