Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Fixed tab bar dragging issue

Latest
Compare
Choose a tag to compare
@tjkohli tjkohli released this 17 May 23:06
· 2 commits to master since this release

Atom seems to have changed the way the tab drag-drop placeholder works, and it was causing Nebula UI to “think” the placeholder was also a tab, causing tab widths to do funny things when dragging.

This update removes the nice transitions for tab width because there is literally no other viable CSS workaround that available at the moment, at least until CSS4 brings :nth-match functionality.