dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Toolbar visual bug with Atom Material UI #1057

Closed azenla closed 8 years ago

azenla commented 8 years ago

When I use the Atom Material UI theme, the toolbar has a visual bug. Not sure how to fix this.

image 2016-06-29 at 10 16 29 am
devoncarew commented 8 years ago

What platform is this for? There are some small styling differences between the OSes.

You can open devtools in atom; you might try and see if there are any offending styles you can disable to get better behavior, or style additions to fix the issue.

azenla commented 8 years ago

This in particular is on Mac OS X 10.11.6 - I'll check that out and see what happens.

azenla commented 8 years ago

Looks like the styles from atom-toolbar are the cause. Disabling this style fixes the issue. Looks like it's the style at

/Users/alex/.atom/packages/atom-toolbar/styles/toolbar.less

I'll re-file an issue on there, thanks.

image 2016-06-29 at 3 04 52 pm
azenla commented 8 years ago

Moved to https://github.com/dart-atom/atom-toolbar/issues/8