Yummygum / city-lights-ui-atom

65 stars 15 forks source link

[Minor issue] Missing underline when creating a file/folder #33

Open Azganoth opened 6 years ago

Azganoth commented 6 years ago

When creating a file or folder any underline disappears from the window.

screenshot_151 screenshot_152

noudadrichem commented 6 years ago

Hi @Azganoth,

Could this be caused by any other plugins/themes you have installed? I'm not able to reproduce this bug, see: image Or I could be understanding the bug entirely wrong. 😝

Sincerely

Azganoth commented 6 years ago

I tested on Windows 10 with only city-lights package and the issue still persist (Uninstalled Ubuntu font and still no underline).

Apparently changing the line 299 of the panels.less from line-height: 1.0; to line-height: 1.1; makes the underline appears:

screenshot_154 screenshot_155

noudadrichem commented 6 years ago

Mm, the problems seems to be the font. I'll try to isolate the issue more and come up with a proper fix. Thanks for the debug! @Azganoth

Sincerely