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

Add 'theia-widget-noInfo' css class to fix message inconsistencies #5717

Merged
merged 1 commit into from
Jul 18, 2019

Conversation

vince-fugnitto
Copy link
Member

@vince-fugnitto vince-fugnitto commented Jul 16, 2019

Fixes #5716

Description

  • fixed the inconsistent padding present in the outline, call-hierarchy and problems view when no information is present.
  • added a new widget.css file which will be used to describe widget specific styling
  • added the new css class theia-widget-noInfo used for widget messages

Before

before

After

Screen Shot 2019-07-15 at 8 53 57 PM

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 Jul 16, 2019
@vince-fugnitto vince-fugnitto self-assigned this Jul 16, 2019
@vince-fugnitto vince-fugnitto force-pushed the vf/GH-5716 branch 2 times, most recently from 2b7f8a7 to 93faf44 Compare July 16, 2019 13:01
Fixes #5716

- fixed the inconsistent padding present in the `outline`, `call-hierarchy` and `problems` view when no information is present.
- added a new `widget.css` file which will be used to describe widget specific styling
- added the new css class `theia-widget-noInfo` used for widget messages

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
Copy link
Contributor

@jbicker jbicker left a comment

Choose a reason for hiding this comment

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

Well generalised! Thanks!

@vince-fugnitto vince-fugnitto merged commit 3587c23 into master Jul 18, 2019
@vince-fugnitto vince-fugnitto deleted the vf/GH-5716 branch July 18, 2019 18:54
@vince-fugnitto
Copy link
Member Author

Thank you @jbicker !

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.

[ui/ux] inconsistency between 'no-markers' and 'no-outline' messages
2 participants