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

Fix tree node capitalization outside of nav #4694

Merged
merged 1 commit into from
Mar 25, 2019

Conversation

vince-fugnitto
Copy link
Member

Fixes #4692

The PR #4670 introduced changes which meant that the navigator's file tree's
first node was capitalized among other styling updates. Since other components
use the same class theia-FileTree, those components were also updated as a
consequence. This PR addresses that issue by making sure only the navigator
gets the new styling by using its id instead of the generic class.

Signed-off-by: Vincent Fugnitto vincent.fugnitto@ericsson.com

Fixes #4692

The PR #4670 introduced changes which meant that the navigator's file tree's
first node was capitalized among other styling updates. Since other components
use the same `class` `theia-FileTree`, those components were also updated as a
consequence. This PR addresses that issue by making sure only the navigator
gets the new styling by using its `id` instead of the generic class.

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
@vince-fugnitto vince-fugnitto added the ui/ux issues related to user interface / user experience label Mar 25, 2019
Copy link
Contributor

@elaihau elaihau left a comment

Choose a reason for hiding this comment

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

worked well. Thank you !

@vince-fugnitto vince-fugnitto merged commit b5b9820 into master Mar 25, 2019
@vince-fugnitto vince-fugnitto deleted the vf/capitalized-node branch March 25, 2019 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui/ux issues related to user interface / user experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants